You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using dotnet test with the junit logger option to run my tests. The tests are compiled into a binary before they are run and the name of the binary is used as the testsuite name in the JUnit XML file, example - E2ETests.dll.
I would like to change the name of the testsuite in the XML file without modifying the binary. Is there an existing method or plan to allow changing the testsuite name that can be provided to dotnet test --logger option?
The text was updated successfully, but these errors were encountered:
I'm using
dotnet test
with thejunit
logger option to run my tests. The tests are compiled into a binary before they are run and the name of the binary is used as thetestsuite name
in the JUnit XML file, example -E2ETests.dll
.I would like to change the name of the testsuite in the XML file without modifying the binary. Is there an existing method or plan to allow changing the
testsuite name
that can be provided todotnet test --logger
option?The text was updated successfully, but these errors were encountered: