Allure Report on Github Pages
Go to test
directory
pytest login_tests.py --headful
pipenv install pytest-xdist
cd test
pytest login_tests.py registration_tests.py article_tests.py --headful -n 3
cd test
pytest login_tests.py article_tests.py registration_tests.py --headful --alluredir=./allure-results -n 3
allure generate
allure serve allure-results
# Note!!!!
# Make sure that "@pytest.mark.only_browser" decorators are commented under the tests
pytest article_tests.py --browser chromium --browser firefox --browser webkit --headful -n 3