-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option '-n' not working #469
Comments
I noticed this too - it's hard-coded. I made the following quick change to work around the issue (which may not be the best way but it solved my problem).
|
I don't know what can be better than this solution, but worked well. Now the testsuite name is correctly set! thanks |
Not sure what I was thinking when I put that "all tests" in there - perhaps it was a placeholder. |
Documentation says that if option -n is omitted the name for the test run is the same of the executable.
That's not working for JUnit reporter.
The name of the testsuite (attribute name of tag on generated JUnit XML), by default, is "all tests" and when -n option is used it remains "all tests".
The text was updated successfully, but these errors were encountered: