Api autotests in Python Generating Test Reports in HTML with html-pytest Run the tests and generate a test report. The script will set up a virtual environment and install necessary dependencies if needed. ./run_tests.sh View the test results as an HTML file in the folder report Generating Test Reports with Allure Install the Allure CLI if it is not already installed. brew install allure Run the tests and generate a test report. The script will set up a virtual environment and install necessary dependencies if needed. ./run_tests.sh Generate the Allure HTML report. allure generate allre-results -o allure-html