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.
There is a setup of CircleCI workflow to run toxify tests automatically whenever there is a push to repo, However, the tests are failing due to an error related to the lack of support for Python 3.6 in toxify.
Actual Results:
The toxify tests are failing with the following error message:
TheCircleCI workflow is properly configured. However, it appears that toxify does not support Python 3.6, which is causing the tests to fail.
There is a setup of CircleCI workflow to run toxify tests automatically whenever there is a push to repo, However, the tests are failing due to an error related to the lack of support for Python 3.6 in toxify. Actual Results: The toxify tests are failing with the following error message: TheCircleCI workflow is properly configured. However, it appears that toxify does not support Python 3.6, which is causing the tests to fail.