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.
We have the following issue detected in codacy when running the accessibility tests.
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
assert expected_pass == actual_pass, "Test failed: %s"%file
We have the following issue detected in codacy when running the accessibility tests.
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. assert expected_pass == actual_pass, "Test failed: %s"%file