Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.68 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.68 KB

MedSync Automation Test

Python Selenium

This repository contains automated tests for the MedSync project using Selenium WebDriver with Python.

Table of Contents

Overview

MedSync is a medical application that suggests medical specialties based on symptoms entered by the user and make doctor able to manage their clinics.

Installation

To run the automation tests locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Graduation-Project11/MedSync-Automation-Test.git
    cd MedSync-Automation-Test
  2. 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.

  3. WebDriver Setup:

    Download the appropriate WebDriver for your Chrome browser version from ChromeDriver Downloads. Ensure the WebDriver executable is in your system's PATH.

Contributing

Contributions are welcome! To contribute to this repository, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/improvement).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.