Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harsh-valecha/cura_healthcare_test_automation

Automated testcases for curahealthcare webapp using pytest and selenium
https://github.com/harsh-valecha/cura_healthcare_test_automation

git github pydotenv pytest pytest-html python selenium

Last synced: about 2 months ago
JSON representation

Automated testcases for curahealthcare webapp using pytest and selenium

Awesome Lists containing this project

README

        

# CURA HEALTH CARE TEST AUTOMATION

This Project is for automating the test execution for CURA Health Care APP

Link - https://katalon-demo-cura.herokuapp.com/

Testing Framework Used - https://github.com/harsh-valecha/Testing_Framework_Selenium_Pytest

## Features

- HTML report Generation
- POM
- Multibrowser testing
- Data driven test execution
- Saves Screenshots for failed testcases in screenshots directory

## 🚀 About Me
Hi I am Harsh!

## Installation

Install my-project with pip

```
pip install -r requirements.txt
```

## Running Tests

To run tests, run the following command

```
pytest
```

To run a specific marked testcase -
```
pytest -m markername
```
## License

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