Max Schmitt

Results 150 issues of Max Schmitt

https://github.com/microsoft/playwright-mcp/pull/325

Before it looked like: ![Screenshot 2025-06-05 at 14 41 27](https://github.com/user-attachments/assets/8d6e3408-bebc-4a12-abfd-8f7568183695) Now it looks like: ![Screenshot 2025-06-05 at 14 41 13](https://github.com/user-attachments/assets/d6523fed-738b-4f73-b809-074bdd136e31)

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

Investigate

### 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...

bug

``` (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