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

consolidated_log file looks incomplete when tests ran in parallel #439

Closed rohandudam closed 5 days ago

rohandudam commented 3 weeks ago

I ran 2 tests in parallel using following command: pytest -s -v tests/test_example_table.py tests/test_example_form.py --remote_flag y -n 2 After completion of test run, verify consolidated_log.txt file. You will notice incomplete logs. Look at the attached file: consolidated_log.txt