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

Run tests in parallel on CircleCI to reduce build time #442

Open rohandudam opened 3 weeks ago

rohandudam commented 3 weeks ago

Presently our CI builds taking long time (10 mins plus) to run the tests. Good to run tests in parallel to reduce CI run time.