allure-js
allure-js copied to clipboard
Don't count repeatEach as a retry
Describe the bug
We are currently using repeatEach as a measure of the testcase performance. In allure, it counts the repeatEach as a retry and would mark the testcase as passed if one of the repeatEach fails which is incorrect.
With repeatEach, each testcase should be processed separately similar to how playwright report is

Expected behavior Allure reports to behave the same as the playwright where is a separation between repeatEach and retry