🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

newman-parallel

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newman-parallel - npm Package Compare versions

Comparing version

to
1.1.0

report/Book_Book.html

0

index.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

12

package.json
{
"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