Problem Statement
MTP has this notion of platform options, like the results directory (defaults to ./TestResults/); there is currently no easy way to get these values when you're using TUnit
A reasonable use case is when you want to add artifacts to tests but you want to make sure the artifacts themselves are written inside the configured results directory, alongside artifacts like reports generated by TUnit itself.
Proposed Solution
Somehow surface these options as part of the public API, and document how to retrieve them.
Alternatives Considered
No response
Feature Category
Test Output / Reporting
How important is this feature to you?
Nice to have - would improve my experience
Additional Context
No response
Contribution
Problem Statement
MTP has this notion of platform options, like the results directory (defaults to
./TestResults/); there is currently no easy way to get these values when you're using TUnitA reasonable use case is when you want to add artifacts to tests but you want to make sure the artifacts themselves are written inside the configured results directory, alongside artifacts like reports generated by TUnit itself.
Proposed Solution
Somehow surface these options as part of the public API, and document how to retrieve them.
Alternatives Considered
No response
Feature Category
Test Output / Reporting
How important is this feature to you?
Nice to have - would improve my experience
Additional Context
No response
Contribution