-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Support configurable name for XUnit reporter #2628
Labels
type: feature
enhancement proposal
Comments
drazisil
added
type: feature
enhancement proposal
status: needs review
a maintainer should (re-)review this pull request
labels
Mar 30, 2017
This was referenced Sep 22, 2018
Closed
This was referenced Oct 2, 2018
This was referenced Nov 14, 2018
This was referenced Dec 1, 2018
This was referenced Dec 8, 2018
This was referenced Dec 23, 2018
sgilroy
pushed a commit
to TwineHealth/mocha
that referenced
this issue
Feb 27, 2019
…ochajs#2628 * Fixing issue 2628 allowing to override the default test suite name of the xunit reporter. * Fixing indentation * Linting fixes.
plroebuck
removed
the
status: needs review
a maintainer should (re-)review this pull request
label
May 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The XUnit reporter produces an XML report that has a hard-coded name 'Mocha Tests'. In the XML this appears as:
<testsuite name="Mocha Tests"
. When using mocha for various types of tests in the same CI build, it would be great to be able to specify this name to something more descriptive, e.g. "Unit Tests", "Integration Tests", etc.The text was updated successfully, but these errors were encountered: