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
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).
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?)The text was updated successfully, but these errors were encountered: