-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
I have a xUnit test project with multiple TargetFrameworks (netcoreapp3.1 and net471), and I'm generating multiple test results files using LogFilePath={assembly}-{framework}.xml.
However, when importing these files using Jenkins JUnit plugin, the framework information is lost and we're unable to differentiate between test execution frameworks.
Do you know of any workaround? Maybe an option that makes it possible to specify/modify the testsuite name in the produced xml?
Reactions are currently unavailable