microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
66.4k stars 3.63k forks source link

[Feature]: Adding retries support for .net #31067

Closed ertiusmeo closed 4 months ago

ertiusmeo commented 4 months ago

🚀 Feature Request

There is no retry tests feature for .net yet. Test retries are a way to automatically re-run a test when it fails. This is useful when a test is flaky and fails intermittently.

Example

No response

Motivation

I need it for my techstack: Specflow + Playwright and parallel runs

mxschmitt commented 4 months ago

Folding into https://github.com/microsoft/playwright-dotnet/issues/2316