'Run tests from' pattern was changed since build 15509?
I declared "Run tests from" option of NUnit test runner as "./*/bin/Debug/*.Tests.dll" and it worked fine. After I upgraded to build 15509, TeamCity cannot find tests anymore. Was pattern changed?
Please sign in to leave a comment.
I found that if I change the pattern to "./**/bin/Debug/*.Tests.dll" (there are 2 stars after first slash), TeamCity can find tests now.
Hello,
What TeamCity build did you use before? Are you sure that there were no changes in structure?
Thanks in advance,
Marina
Hello,
I do upgrade every EAP builds, the previous build is 15400. And I'm very sure that there is no changes in structure.
The wildcard was relative to solution/proj file dir before. It was an issue in converter to skip this path. Starting from this EAP the path is relative to checkout directory. I'll fix the converter, but this change will not apply to your case (because the converter was executed in your install)