🎓
Stepik Academy Автоматизация тестирования на Python
Запуск тестов выполняется в командной строке:
pytest -v --tb=line --language=en --alluredir=allure_report -m need_review
pytest -v --tb=line --language=en --alluredir=allure_report -m need_review_custom_scenarios
Для генерации отчета Allure выполнить команду:
allure serve /path_to/allure_report/
Built With
- Selenium WebDriver - The Selenium Browser Automation Project
- Allure framework - A flexible lightweight multi-language test report tool
- Pytest - The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries