Автотесты шаблон. Тесты написаны на Python c использованием следующих фреймворков:
- Behave (test scenario - BDD)
- Allure report (test report)
###Выполнить следующие команды в терминале:
pip3 install -r requirements.txt
###Выполнить следующие команды в терминале:
behave -f allure_behave.formatter:AllureFormatter -o ./logs ./features --tags @smoke --no-logcapture --no-skipped
allure serve ./logs