Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 554 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 554 Bytes

CARE Software Testing with Selenium Web Driver and Pytest

This repository contains the source code for testing the CARE software created by Open Source Health Care Network using Selenium Web Driver and the Pytest framework.

Requirements

To run the tests in this repository, you will need to have the following installed on your system:

  • Python 3.7 or higher
  • Selenium Web Driver
  • Pytest

Installation

To install the necessary dependencies for running the tests, you can use the following command:

pip install -r requirements.txt