ovh / venom

🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions
Apache License 2.0
1.06k stars 144 forks source link

fix(testsuite): when "stop_on_failure" is enabled the skip test cases did not get counted and reported #771

Closed ivan-velasco closed 8 months ago

ivan-velasco commented 9 months ago

Fix stop_on_failure Behavior for Accurate Test Case Counts

Enabling the stop_on_failure feature currently does not count the test cases that were skipped. As a result, the generated reports inaccurately reflect the total test case counts. This PR aims to fix the behavior of stop_on_failure to ensure that skipped test cases are properly accounted for in the reports, thereby providing more accurate test case counts.

ovh-cds commented 8 months ago

CDS Report build-venom-a#172.0 ✘