playwright-dotnet icon indicating copy to clipboard operation
playwright-dotnet copied to clipboard

[Feature]: Playwright.Xunit should have a V3 variant

Open alexaka1 opened this issue 10 months ago • 5 comments

🚀 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).

alexaka1 avatar Jan 02 '25 12:01 alexaka1