visualstudio.xunit
visualstudio.xunit copied to clipboard
StopOnFail doesn't seem to be supported in net core test runner
I am not sure if this is a limitation of dotnet test but I cannot get xunit.execution.StopOnFail to work with the dotnet test command line. I tried --stoponfail=true and - xunit.execution.StopOnFail=true but none of these are actually stopping the execution after the first failed test.