-
-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
Needs ReproThis issue needs a repro projectThis issue needs a repro project
Description
I have a project with some xunit tests which includes xunit.runner.visualstudio as a dependency (targeting version 2.5.1).
Inside that project, I added an xunit.runner.json file with the following content:
{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"parallelizeTestCollections": false,
"stopOnFail": true
}
When running my tests from VisualStudio 2022, the option parallelizeTestCollections seems to be working fine but stopOnFail is completely ignored; even if one test fails, all the remaining will run (even if the latter started after the failing one finished).
Am I missing something here? Happy to provide more context as necessary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs ReproThis issue needs a repro projectThis issue needs a repro project