newman-parallel
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
{ | ||
"name": "newman-parallel", | ||
"version": "1.0.15", | ||
"version": "1.1.0", | ||
"description": "A framework to execute multiple Postman collections in parallel run with Newman.Includes Allure, HTML-extra and Junit reporters integrations", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node index.js test/col test/env ALL E=MyEnvironment", | ||
"test": "node index.js test/col test/env ALL E=Book", | ||
"lint": "npx eslint ./src/*.js --fix", | ||
@@ -43,7 +43,7 @@ "format": "prettier --write ./src/*.js" | ||
"dependencies": { | ||
"@felipecrs/newman-reporter-allure": "1.1.2", | ||
"allure-commandline": "2.29.0", | ||
"newman-reporter-allure": "3.0.0", | ||
"allure-commandline": "2.30.0", | ||
"allure-patch": "^1.0.3", | ||
"async": "^3.2.5", | ||
"newman": "6.1.2", | ||
"async": "^3.2.6", | ||
"newman": "6.2.1", | ||
"newman-reporter-htmlextra": "1.23.1", | ||
@@ -50,0 +50,0 @@ "newman-reporter-junitfull": "^1.1.1" |
@@ -0,0 +0,0 @@ # Newman Parallel |
@@ -36,8 +36,3 @@ const async = require('async') | ||
*/ | ||
static NEWMAN_REPORT_OPTIONS = [ | ||
'cli', | ||
'htmlextra', | ||
'junitfull', | ||
'@felipecrs/allure' | ||
] | ||
static NEWMAN_REPORT_OPTIONS = ['cli', 'htmlextra', 'junitfull', 'allure'] | ||
@@ -191,3 +186,3 @@ /** | ||
}, | ||
'@felipecrs/allure': { | ||
allure: { | ||
collectionAsParentSuite: true, | ||
@@ -242,3 +237,5 @@ export: NewmanRunner.ALLURE_REPORT_PATH | ||
console.error(stderr) | ||
console.log(`Process exited with code: ` + process.exitCode) | ||
console.log( | ||
`Process exited with code: ` + process.exitCode ? 1 : 0 | ||
) | ||
if (error) { | ||
@@ -245,0 +242,0 @@ console.error(error) |
Sorry, the diff of this file is not supported yet
1766297
6637.99%19
280%262
-1.13%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated