Open
Description
There is logic for xunit in Helix:
https://github.com/dotnet/arcade/tree/main/src/Microsoft.DotNet.Helix/Sdk/tools/xunit-runner
https://github.com/dotnet/arcade/tree/main/src/Microsoft.DotNet.Helix/Sdk/tools/xunit-reporter (looks deprecated? but winforms uses it currently https://github.com/dotnet/winforms/blob/9db17fd379a4b2f36f6ac274b4700fafd4713876/eng/helixpublish.proj#L23 ?)
https://github.com/dotnet/arcade/blob/main/src/Microsoft.DotNet.Helix/Sdk/CreateXUnitWorkItems.cs
Some stuff may need to be adjusted for xunit.v3.
If possible to run the exe directly and not using xunit.v3.runner.console, that may be best. See https://xunit.net/docs/getting-started/v3/cmdline#running-tests-with-xunitv3runnerconsole
Metadata
Metadata
Assignees
Labels
No labels