qxf2 / qxf2-page-object-model

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.
https://qxf2.com
MIT License
261 stars 192 forks source link

Issue 345 smart imports drishya #353

Closed drishyatm closed 9 months ago

drishyatm commented 9 months ago

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