This repository contains automated tests for the MedSync project using Selenium WebDriver with Python.
MedSync is a medical application that suggests medical specialties based on symptoms entered by the user and make doctor able to manage their clinics.
To run the automation tests locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Graduation-Project11/MedSync-Automation-Test.git cd MedSync-Automation-Test
-
Install dependencies:
Ensure you have Python 3.9.7 or later installed. Then, install the required Python packages using pip:
pip install selenium
This will install Selenium WebDriver and pytest.
-
WebDriver Setup:
Download the appropriate WebDriver for your Chrome browser version from ChromeDriver Downloads. Ensure the WebDriver executable is in your system's PATH.
Contributions are welcome! To contribute to this repository, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/improvement
). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.