- Python 3
- Модули из requirements.txt:
- allure-behave==2.3.2b1
- behave==1.2.6
- jsonschema==2.6.0
- requests==2.18.4
- Allure
pip install -r /path/to/requirements.txt
For Windows, Allure is available from the Scoop commandline-installer.
To install Allure, download and install Scoop and then execute in the Powershell:
scoop install allure
Also Scoop is capable of updating Allure distribution installations. To do so navigate to the Scoop installation directory and execute
\bin\checkver.ps1 allure -u
This will check for newer versions of Allure, and update the manifest file. Then execute
scoop update allure
Для выполнения тестов и генерации результатов в необходимом для Allure виде выполнить
behave -f allure_behave.formatter:AllureFormatter -o result
Для генерации отчета на основе результатов прогона тестов выполнить
allure serve result/
Как результат сгенерируется отчет Allure, поднимется http сервер на свободном порту, и откроется дефолтный браузер с этим отчетом