Replies: 3 comments 4 replies
-
Having instrumented the assemblies of interested once, this creates one XML template report file. Running a set of tests will create one or more intermediate files of the form [report path].[index].acv and running a second set of tests will produce more such files, with incrementing index numbers. Finally collecting the results will process all those intermediate files and fill in the initial report file. If you want a separate report for each of the two test sets, out of the one instrumentation pass, then the process has to be
which is essentially an instance of the Pause/Resume coverage collection behaviour. |
Beta Was this translation helpful? Give feedback.
-
Steve, thanks for the swift reply :) |
Beta Was this translation helpful? Give feedback.
-
The .acv files are created in the same folder as the XML report. The full file paths are generated by appending |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am having problem collecting results from multiple (2) xUnit runs.
My method is
I am currently running the test suits (meaning the CLI command) it in parallel, but sequential run did not make any difference. The output XML files are of the same size.
Thanks for help,
Karel
Beta Was this translation helpful? Give feedback.
All reactions