TitleQuestion: Has the default TRX output directory changed in recent versions? DescriptionHi, After upgrading our test project, we noticed that the default output location of the generated TRX report has changed. I could not find this documented in the release notes, so I'm wondering whether this is an intentional change. Package versionsPrevious:
Current:
Both packages were upgraded in the same commit, so I have not isolated which package introduced the change. CommandWe execute the tests as follows: No Previous behaviorThe TRX report was written underneath the test project's output directory, for example: Current behaviorThe TRX report is now written to: In our GitHub Actions run, for example: instead of The tests complete successfully; only the default output location has changed. Environment
The behavior is now the same on both Windows and Linux. QuestionIs this an intentional change in the default behavior? If so, could the documentation or release notes mention it? Existing CI pipelines that search for the TRX file under the test project's output directory may stop working after upgrading. Thanks! |
Replies: 1 comment 6 replies
|
TUnit doesn't actually control the TRX - So I wasn't aware it had moved. |
TUnit doesn't actually control the TRX - So I wasn't aware it had moved.
The trx is provided by Microsofts trx extension. That has been updated recently so it's entirely likely though!