generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Problem with figuring out the correct path argument to find .trx files. #532
Comments
Second this! Attempted both wildcard path and concrete filepath. |
Same issue for me, I also attempted to use path-replace-backslashes: true with no luck. as windows is creating some funky \ / paths. |
I'm having this issue too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: