Skip to content
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

If there are multiple trx files, only render the results for the newest one for a given assembly #2

Closed
kzu opened this issue Jul 2, 2024 · 1 comment
Labels

Comments

@kzu
Copy link
Member

kzu commented Jul 2, 2024

Since each test run actually emits a different file name by default when running dotnet test -l trx.
Make it the default too.

The option could be:

  • -l|--latest false (to render all, why would you want that?)
@kzu kzu added the sponsor 💜 Sponsor label Jul 2, 2024
@kzu
Copy link
Member Author

kzu commented Jul 3, 2024

This should be the default behavior anyway and built-in, and now is!

We now keep the outcome of the most recently run test (by its constant test id) when processing multiple trx files, wihch are now all aggregated too. If you don't want aggregation, you can simply run the tool from each folder in turn multiple times (i.e. just run a trx file search first with powershell and pass --path for each).

@kzu kzu closed this as completed Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant