xUnit and parallelizeAssembly: false and parallelizeTestCollections: false #216
Unanswered
markfielder19
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to get FCC to run the coverage test serially instead of parallel? I am using it for integration tests and I have data setup needs that prevent the tests from running in parallel. I just migrated from msTest to xUnit and my code coverage has become greatly reduced because the tests are failing because of concurrence issues.
Beta Was this translation helpful? Give feedback.
All reactions