Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh-valecha/selenium_practice
Selenium Practice Repo from PYATB4x Batch
https://github.com/harsh-valecha/selenium_practice
Last synced: about 2 months ago
JSON representation
Selenium Practice Repo from PYATB4x Batch
- Host: GitHub
- URL: https://github.com/harsh-valecha/selenium_practice
- Owner: harsh-valecha
- Created: 2024-10-17T02:55:19.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T15:59:27.000Z (2 months ago)
- Last Synced: 2024-10-27T18:33:41.994Z (2 months ago)
- Language: HTML
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Selenium Automation Practice
## HTML Reporting -
![img.png](img.png)## Command to run the test -
```aiignore
pytest
```## Command to run a specific test file -
```aiignore
pytest tests\test_17102024_3.py
```# Command to generate the allure report in the folder-
```aiignore
allure generate allure_results --clean -o allure-report
```Allure Report SS -
![img_1.png](img_1.png)