Max Schmitt
Max Schmitt
https://github.com/microsoft/playwright-mcp/pull/325
Before it looked like:  Now it looks like: 
See [here](https://codeql.microsoft.com/issues/a3af6b4c-416a-4d17-a737-9d317c2ffec7?copilot_promptid=E91B0CE9-0C1B-4AC2-8A46-33F49B67E058).
This PR is an attempt to add support for xUnit.v3. The difference is that by default it uses MTP (Microsoft Testing Protocol) which means test discovery and execution are in...
See: https://codeql.microsoft.com/issues/5f3163c8-6b9c-48bf-8639-7fd0623f5937?copilot_promptid=E91B0CE9-0C1B-4AC2-8A46-33F49B67E058
Repro: 1. `git clone https://github.com/mxschmitt/dotnet-nunit-asp-console-writeline` 2. `cd dotnet-nunit-asp-console-writeline` 3. `dotnet test --logger:"console;verbosity=detailed"` Expected: All the 8 `WriteLine` calls are getting shown Actual: they are not getting shown Notes: - It...
### Support plan - Which support plan is this issue covered by? (Community, Sponsor, Enterprise): Community - Currently blocking your project/work? (yes/no): yes - Affecting a production system? (yes/no): OSS...
``` (node:34672) ExperimentalWarning: Type Stripping is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) SyntaxError: TypeScript enum is...
Motivation: This produces warnings in Node.js >= 24. https://github.com/microsoft/playwright/issues/36404