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 have modified jenkines.js file with following changes. this should enable the separator option and use it while adding in xml name and classname attribs
you can include these changes if interested.
Note: I have referred mocha-junit-reporter for this change
If nested suites are used
output xml will have
<testsuite name="namespace .sorttest" ../>
Is it possible to remove space after namespace? like
<testsuite name="namespace.sorttest" ../>
The text was updated successfully, but these errors were encountered: