We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a solution with multiple test projects, I have reached the point where adding a test, any test, will make other tests, that usually pass, fail.
I am using this command
dotnet-coverage collect -f xml -o coverage.xml dotnet test
I am running in total 92 tests across 5 projects divided as follows
Project 1: 12 tests Project 2: 6 tests Project 3: 8 tests Project 4: 36 tests Project 5: 30 tests
What are the limits per TextFixture, Project, Solution?
Why will my previously defined tests fail if I add any new test?
Just to clarify, the tests that fail are previous passing tests, not the new ones.
I am using the version 17.12.2
The text was updated successfully, but these errors were encountered:
@HeytalePazguato could you please provide your solution so we can repro locally? There are no limits so no things you described should happen.
Sorry, something went wrong.
No branches or pull requests
I have a solution with multiple test projects, I have reached the point where adding a test, any test, will make other tests, that usually pass, fail.
I am using this command
I am running in total 92 tests across 5 projects divided as follows
Project 1: 12 tests
Project 2: 6 tests
Project 3: 8 tests
Project 4: 36 tests
Project 5: 30 tests
What are the limits per TextFixture, Project, Solution?
Why will my previously defined tests fail if I add any new test?
Just to clarify, the tests that fail are previous passing tests, not the new ones.
I am using the version 17.12.2
The text was updated successfully, but these errors were encountered: