test-agent
Advanced tools
Comparing version 0.22.14 to 0.22.15
@@ -36,3 +36,4 @@ var server = new (require('../websocket-server')), | ||
alias: 't', | ||
desc: "Path to coverage thresholds files" | ||
desc: "Array of paths to coverage thresholds files", | ||
default: './metadata.json' | ||
}). | ||
@@ -101,3 +102,3 @@ | ||
use(Enhancements.BlanketConsoleReporter, { | ||
path: fsPath.join(process.env.PWD, argv['coverage-thresholds']) | ||
paths: argv['coverage-thresholds'].split(' ') | ||
}); | ||
@@ -104,0 +105,0 @@ |
@@ -56,3 +56,4 @@ var Client = require('../../node/client'), | ||
alias: 't', | ||
desc: "Path to coverage thresholds files" | ||
desc: "Array of paths to coverage thresholds files", | ||
default: './metadata.json' | ||
}). | ||
@@ -124,3 +125,3 @@ option('server', { | ||
client.use(Apps.BlanketConsoleReporter, { | ||
path: fsPath.join(process.env.PWD, argv['coverage-thresholds']) | ||
paths: argv['coverage-thresholds'].split(' ') | ||
}); | ||
@@ -127,0 +128,0 @@ } |
{ | ||
"name": "test-agent", | ||
"version": "0.22.14", | ||
"version": "0.22.15", | ||
"author": "James Lal", | ||
@@ -5,0 +5,0 @@ "description": "execute client side tests from browser report back to cli", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
255356
21
7691