Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)