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.
This PR is to change the imports /smart imports . Imports like TestRail, Tesults and Browserstack only can be called or used when the flag is set to true . Removed these imports from the beginning of the files !
Switch to the branch
Fill in the conf file with the configuration for TestRail, Tesults , Browserstack
validate still the test runs with the changes of import
This PR is to change the imports /smart imports . Imports like TestRail, Tesults and Browserstack only can be called or used when the flag is set to true . Removed these imports from the beginning of the files !
Changed Files page_objects/Base_Page.py page_objects/Mobile_Base_Page.py conftest.py
How to Test :
Switch to the branch Fill in the conf file with the configuration for TestRail, Tesults , Browserstack validate still the test runs with the changes of import