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.
--highlighter_flag
to turn on and off element highlightertest_example_form.py
file - removed previous way to turn on and off the highlighter--highlighter_flag Y
--highlighter_flag N
, it will further reduce our CI build run timeCommand to run the test with highlighter:
pytest -k example_form
orpytest -k example_form --highlighter_flag Y
Command to run test without highlighter:
pytest -k example_form --highlighter_flag N