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
256 stars 191 forks source link

Integrated LambdaTest cross-browser with framework #397

Closed rohandudam closed 1 month ago

rohandudam commented 2 months ago

Integrated LambdaTest cross-browser with framework.

To run the test on LambdaTest, first set environmental variable REMOTE_BROWSER_PLATFORM = "LT" and provide correct LambdaTests Remote username and access key.

Now run the test with pytest command. for example: pytest -s -v tests/test_example_table.py --remote_flag Y --ver "125" --browser ff --remote_project_name Qxf2_Selenium_POM --remote_build_name Selenium_Tutorial