protractor-jasmine2-screenshot-reporter
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -174,3 +174,3 @@ var fs = require('fs'), | ||
var htmlReport = fs.openSync(opts.dest + opts.filename, 'w'); | ||
var output = printResults(suites.suite0); | ||
var output = printResults(suites[Object.keys(suites)[0]]); | ||
fs.writeSync(htmlReport, output, 0); | ||
@@ -177,0 +177,0 @@ fs.closeSync(htmlReport); |
{ | ||
"name": "protractor-jasmine2-screenshot-reporter", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Use the screenshot reporter to capture screenshots after each executed Protractor test case.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10938