You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tools like Allure Report can identify flaky tests with that information and correctly display retries of a whole test.
I am not sure where the specification for flakyFailure originates from, and if there is also a flakySuccess, meaning that after several retries the test finally succeeded. But these are good test reporting features, not so much for unit tests, more for higher level tests.
Of course retrying a whole tests should not be done in normal circumstances, but sometimes it is good to retry them automatically, especially for end-to-end tests.
The text was updated successfully, but these errors were encountered:
Does the open-test-reporting format support to display that a test has been retried?
The legacy XML test output supports it, for instance Maven Surefire produces:
Tools like Allure Report can identify flaky tests with that information and correctly display retries of a whole test.
I am not sure where the specification for flakyFailure originates from, and if there is also a flakySuccess, meaning that after several retries the test finally succeeded. But these are good test reporting features, not so much for unit tests, more for higher level tests.
Of course retrying a whole tests should not be done in normal circumstances, but sometimes it is good to retry them automatically, especially for end-to-end tests.
The text was updated successfully, but these errors were encountered: