playwright-dotnet
playwright-dotnet copied to clipboard
[Feature]: Playwright.Xunit should have a V3 variant
🚀 Feature Request
With XUnit v3 released (https://xunit.net/releases/v3/1.0.0), Playwright should support it the same way it supports NUnit, MSTest etc.
Example
No response
Motivation
It will allow Playwright to utilize the new TestContext of XUnit v3, such as TestContext.Current.TestStatus for enabling tracing on failed tests (currently not possible with xunit v2).