We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d211d commit 986497eCopy full SHA for 986497e
lib/reporters/junit/index.js
@@ -126,7 +126,7 @@ JunitReporter = function (newman, reporterOptions) {
126
testcase.att('time', executionTime.toFixed(3));
127
128
// Set the same classname for all the tests
129
- testcase.att('classname', _.get(testcase.up(), 'attributes.name.value',
+ testcase.att('classname', _.get(testcase.up(), 'attribs.name.value',
130
classname));
131
132
if (failures && failures.length) {
0 commit comments