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

Improved test summary #493

Closed rohandudam closed 3 weeks ago

rohandudam commented 4 weeks ago
mohanqxf2 commented 3 weeks ago

@rohandudam Tested on my local by running for multiple scenarios for mini-checks, hope the following results were as expected.

a. Running tests that don't having conditional_write 👍 image

b. Running tests which having conditional_write with all pass 👍 image

c. Running tests which having conditional_write with fail 👍 image

rohandudam commented 3 weeks ago

c. Running tests which having conditional_write with fail 👍

@mohanqxf2 I looked at attached screenshot for above scenario. Its a invalid scenario. We can't write tests without major checks. If condition write checks i.e mini checks fail then its logically a major check failure. If we have any test

Other tests are looks good.