Replies: 1 comment 1 reply
-
I think TUnit retry attempt is only linked to their retry feature and not the platform level retry (cc @thomhurst for validation). Curently this is not exposed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Does
Microsoft.Testing.Extensions.Retry
provide a way for a test to determine if it's being retried (if it has failed and it is now being re-run) or the retry-attempt-count?I'm trying to implement Playwright's tracing
on-first-retry
using MSTest andMicrosoft.Testing.Extensions.Retry
.In TUnit it's available on the
TestContext
class.Beta Was this translation helpful? Give feedback.
All reactions