This is pares job tasks.
To run tests you need allure has been installed:
pip install allure-pytes
To run tests:
-
Create venv:
`python3 -m venv <venv>`
-
Install requirments:
pip3 install -r requirements.txt
-
Run pytest:
`pytest --alluredir=allure_result_folder ./<folder>`
-
See report:
` allure serve allure-result-folder`
-
You could run postman collections from testrails-reports-example folder. Vairalbes set are provided as json-placeholder-posts-variables.json variables. Environment variables for dev provided as dev.postman_environment.json.