You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first question, is there a way to disable No suitable tests found in in 3.7.0 runner? And the second, why happens result: Unknown in newer versions 😄 If needed, I can provide logs from runner.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Regarding the status then it appears when the console cannot parse the result from the test results. Can you upload the test results (after removing the option --noresult). Also you can try --trace=Debug to get more information in the logs.
@mikkelbu thanks, --skipnontestassemblies works fine in 3.7. But appeared new errors "Invalid\File Not found" for projects which uses choose-when conditions inside csproj file.
I believe this is a reason of issue.
All of these projects uses conditional assembly name like this:
Hello, the weird thing happens with latest 3.10.0 console runner. It returns "unknown" test result.
Same thing happens on 3.9.0, 3.8.0. Only 3.7.0 works almost fine, except it returns a bunch of errors for projects without tests.
For project files loading it uses NUnit.Extension.VSProjectLoader v.3.8.0
used command line:
The first question, is there a way to disable
No suitable tests found in
in 3.7.0 runner? And the second, why happensresult: Unknown
in newer versions 😄 If needed, I can provide logs from runner.Thanks in advance!
The text was updated successfully, but these errors were encountered: