I would like to migrate a solution with 100 test projects from vstest to MTP. The solution contains test projects either xUnit or MSTest and some integration tests.
When I enable MTP in the global.json (and migrate the test command), I receive errors on some of the switches not supported by MSTest or some of the switches not supported by xUnit. For example, the "--filter" vs --filter-trait".
Or similar issues with reporting in junit format: one says --report-spekt-junit the other has options also for --report-junit
(This is a continuation of a previous issue of #6484 )
What are the suggested approaches for migrating?
I would like to migrate a solution with 100 test projects from vstest to MTP. The solution contains test projects either xUnit or MSTest and some integration tests.
When I enable MTP in the global.json (and migrate the test command), I receive errors on some of the switches not supported by MSTest or some of the switches not supported by xUnit. For example, the "--filter" vs --filter-trait".
Or similar issues with reporting in junit format: one says --report-spekt-junit the other has options also for --report-junit
(This is a continuation of a previous issue of #6484 )
What are the suggested approaches for migrating?