4. Running tests
Running tests for the current project is possible to do in classic way to utilize pytest execution parameters.
Also you can use Allure to generate test reports along pytest reports with the appropriate environment.
pytest --env=staging --alluredir=./allure-results
More details check in the test section.