visualstudio.xunit icon indicating copy to clipboard operation
visualstudio.xunit copied to clipboard

StopOnFail doesn't seem to be supported in net core test runner

Open ErikApption opened this issue 6 years ago • 0 comments

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.

ErikApption avatar Nov 28 '19 16:11 ErikApption