Skip to content

Commit 986497e

Browse files
authored
Changed xmlbuilder-js attributes for attribs on JUnit reporter (#3231)
1 parent 42d211d commit 986497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reporters/junit/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ JunitReporter = function (newman, reporterOptions) {
126126
testcase.att('time', executionTime.toFixed(3));
127127

128128
// Set the same classname for all the tests
129-
testcase.att('classname', _.get(testcase.up(), 'attributes.name.value',
129+
testcase.att('classname', _.get(testcase.up(), 'attribs.name.value',
130130
classname));
131131

132132
if (failures && failures.length) {

0 commit comments

Comments
 (0)