Closed U1F984 closed 1 year ago
How about this change? Is it going to be released soon?
I have resolved the conflicts, just need a maintainer to approve running workflows.
Hi @U1F984 and @pbandura - thanks for your patience. We will be picking this up soon. We won't be merging this as-is, but will take it as the base.
@U1F984 thanks for your PR and the idea, we decided to go a different implementation route with #157.
I have tests which need to be retried on class level (integration tests, with individual steps being ordered using
@Order
). This PR adds a newretryOnClassLevel
property that always retries the whole test class.