Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

protractor-jasmine2-screenshot-reporter

Package Overview
Dependencies
5
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc