Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harsh-valecha/cura_healthcare_test_automation
- Owner: harsh-valecha
- License: mit
- Created: 2024-07-21T04:52:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T06:04:11.000Z (5 months ago)
- Last Synced: 2024-08-06T08:01:17.976Z (5 months ago)
- Topics: git, github, pydotenv, pytest, pytest-html, python, selenium
- Language: HTML
- Homepage: https://katalon-demo-cura.herokuapp.com/
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 TestsTo run tests, run the following command
```
pytest
```To run a specific marked testcase -
```
pytest -m markername
```
## LicenseThis project is licensed under the MIT License. See the LICENSE file for details.