Summary
Allow placeholders in --report-trx-filename. So, users can do --report-trx-filename MyFile_<target_framework>.trx
Background and Motivation
In VSTest, LogFilePrefix was supported. This is something we currently lack in MTP.
Proposed Feature
A more flexible solution, to allow placeholders in --report-trx-filename.
We can start with the following placeholders:
<assembly_name>
<target_framework>
<timestamp>
<process_id>
Alternative Designs
Add a new command-line option, --report-trx-file-prefix. Only one of --report-trx-filename and --report-trx-file-prefix can be used at the same time.
But placeholders can be more flexible.
Summary
Allow placeholders in
--report-trx-filename. So, users can do--report-trx-filename MyFile_<target_framework>.trxBackground and Motivation
In VSTest, LogFilePrefix was supported. This is something we currently lack in MTP.
Proposed Feature
A more flexible solution, to allow placeholders in
--report-trx-filename.We can start with the following placeholders:
Alternative Designs
Add a new command-line option,
--report-trx-file-prefix. Only one of--report-trx-filenameand--report-trx-file-prefixcan be used at the same time.But placeholders can be more flexible.