Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testable-utils

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testable-utils - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

4

lib/wdio-commands.js

@@ -124,5 +124,3 @@ const _ = require('lodash');

browser.addCommand('testableScreenshot', function(name) {
const id = info.region.name + '-' + info.regionalClientIndex + '-' + info.iteration;
const dir = process.env.OUTPUT_DIR || '.';
const path = pathModule.join(dir, (isLocal ? '' : id + '-') + name + '.png');
const path = pathModule.join(process.env.OUTPUT_DIR || '.', name + '.png');
browser.saveScreenshot(path);

@@ -129,0 +127,0 @@ return path;

{
"name": "testable-utils",
"version": "0.3.6",
"version": "0.3.7",
"description": "Utilities for Testable scripts",

@@ -5,0 +5,0 @@ "author": "Avi Stramer",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc