Test Explorer runs all test instead of selected when number of test cases > 2000
I have a project where when I select more than 2000 test cases to run in Test Explorer of VS (17.1.1), it runs all test cases instead of selected. If the count is less than 2000 it works fine.
Andreas Willich : Project link https://github.com/1892kishan/Specflowtest
Any Idea ? Thank you
-
We had such a case in the past for the SpecFlow+ Runner. There the reason was, that we hit a limit with parameters that are passed from Test Explorer to the SpecFlow+ Runner.
I would assume that this happens here again. Selecting this much entries generates a long parameter list.
0 -
Andreas Willich What can be the solution for this ? Anything I can try ?
0 -
Jordan Western Can you help with your inputs please ?
0 -
kishan.patel Why do you select 2000 scenarios individually in the first place?
0 -
Andreas Willich : Issue is Resolved. It was a NUnit3 Test Adapter change from version 3.17.0 to version 4.0.0
https://github.com/nunit/nunit3-vs-adapter/discussions/9680
Please sign in to leave a comment.
Comments
5 comments