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
I am seeing Error: No test report files were found when I have tried numerous ways to expose the generated .trx files with dotnet-trx to be reported on.
I would like to know the general rule on file path structure. I have a '{{ github.worspace }}\TestResults\*.trx' and it is failing to find the path. I tried **\*.trx and that failed too. I tried many other combinations **\*.trx, etc.. and they all came back with the same results.
Running on windows-2019.
I am seeing
Error: No test report files were found
when I have tried numerous ways to expose the generated .trx files with dotnet-trx to be reported on.I would like to know the general rule on file path structure. I have a
'{{ github.worspace }}\TestResults\*.trx'
and it is failing to find the path. I tried**\*.trx
and that failed too. I tried many other combinations**\*.trx
, etc.. and they all came back with the same results.vstest.console.exe outputs
Results File: D:\a\web\web\TestResults\Website.trx
And then the output of the recent runs has also erred with:
Warning: No file matches path D:\a\web\web\**\*.trx
No file matches path D:\a\web\web\TestResults\*.trx
The text was updated successfully, but these errors were encountered: