Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
The following issue is because the pytest-html is not installed. Maybe its a dependency with other module. I updated the requirements.txt to exclusively install this so no one else runs into it.
The following issue is because the pytest-html is not installed. Maybe its a dependency with other module. I updated the requirements.txt to exclusively install this so no one else runs into it.
Another issue occurs while using pytest:
pytest-xdist version. 1.29.0 was released explicitly to support the ExitCode enum. And is fixed with 1.31.
The branch fix_pytest_issues has 2 commits: pytest-html==3.0.0 to handle the report.html issue pytest-xdist==1.31 to fix the INTERNALERROR