newman-reporter-xunit
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -56,2 +56,3 @@ var _ = require('lodash'), | ||
environmentValues = _.get(newman, 'summary.environment.values.members', []), | ||
collection = _.get(newman, 'summary.collection'), | ||
root; | ||
@@ -68,2 +69,4 @@ | ||
root = xml.create('testsuites', { version: '1.0', encoding: 'UTF-8' }); | ||
root.att('name', collection.name); | ||
root.att('tests', _.get(newman, 'summary.run.stats.tests.total', 'unknown')); | ||
@@ -70,0 +73,0 @@ // Process executions (testsuites) |
{ | ||
"name": "newman-reporter-xunit", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "A Newman JUnit Reporter providing full reports (without aggregation of results) based on newman-reporter-junitfull package", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
164697
11
197