-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
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
Run All Tests not working in VS #1259
Comments
@sbomer thoughts on this? |
I don't think we can do much here other than work around it, either by using |
It seems like most of the signatures (any that include '(' or '#' for example) trigger the bug, so I don't think we want to work around it by disabling tests. For now I suggest using If nunit/nunit3-vs-adapter#691 isn't fixed soon, I can spend some more time looking for other workarounds, but it would take some understanding of how nunit communicates with VS. It's possible that the testcase data is being filtered using its |
Can this be closed? |
It might be worth trying the workaround suggested in nunit/nunit3-vs-adapter#691 (comment). I'll look into it. |
Running all tests from Visual Studio isn't working. NUnit stops with the following message:
An exception occurred while invoking executor 'executor://nunit3testexecutor/': Incorrect format for TestCaseFilter Error: Missing '('. Specify the correct format and try again. Note that the incorrect format can lead to no test getting executed.
It seems that this is an issue within the communication between NUnit and VS (see https://github.com/nunit/nunit3-vs-adapter.issues/tree/master/Issue691/Issue691). Started failing after 0e38c61.The text was updated successfully, but these errors were encountered: