MSTest
Generate XML Report
dotnet add package JunitXml.TestLoggerdotnet test --logger:"junit;LogFilePath=../test-results.xml"Install Tacotruck CLI
$ npm install -g @testfiesta/tacotruckSubmit Test Results
tacotruck testfiesta \
run:submit \
--token testfiesta_... \
--handle orgHandle \
--project projectKey \
--name runName \
--data results-path/*.xmlSupport and Resources
Last updated