gauge
gauge copied to clipboard
--failed performs retry for passed tests with --max-retry-count flag
When max-retry-count is enabled and after that a gauge run --failed is performed, specs that passed with --max-retry-count will be executed anyway as if they failed.
To Reproduce
- Perform an execution with max-retry-count=2
- Some tests will pass after 1 retry
- Perform gauge run --failed
- Failed tests and those who passed with max-retry-count=2 will execute
Expected behavior I would expect that only tests that completely failed would be triggered by --failed
Your Environment Information ----------- linux, 1.4.1, a82478a html-report (4.1.2), java (0.7.9), json-report (0.3.1), spectacle (0.1.4), xml-report (0.2.3)