- Selenium ( > 4))
- Pytest
- Allure Pytest
- Pytest HTML
- xdist - Run Parallel Execution
- logging - Logging (API lib)
- Openpyxl - CSV,Excel
- Faker lib( Fake data generation)**
pip install selenium pytest pytest-html allure-pytest
- git add .
- git commit -m "Message"
- git push
- git pull ( if You have added somehting on Github.com)
pip install pytest-xdist
pytest -n auto code/8_JAN_2024/test_Lab14.py -s -v