grunt-protractor-coverage
Advanced tools
Comparing version 0.2.10 to 0.2.11
{ | ||
"name": "grunt-protractor-coverage", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "Instrument your code and gather coverage data from Protractor E2E tests", | ||
@@ -5,0 +5,0 @@ "main": "Gruntfile.js", |
@@ -224,3 +224,3 @@ /* | ||
grunt.log.error(String(result)); | ||
if (code === 1 && keepAlive) { | ||
if (code === 1 || code === 100 && keepAlive) { | ||
// Test fails but do not want to stop the grunt process. | ||
@@ -227,0 +227,0 @@ grunt.log.oklns("Test failed but keep the grunt process alive."); |
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
5998767