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.1.5 to 0.1.7

2

lib/wdio-commands.js

@@ -67,3 +67,3 @@ var _ = require('lodash');

browser.addCommand('testableScreenshot', function(name) {
const id = info.region.name + '-' + info.chunk.id + '-' + info.client + '-' + info.iteration;
const id = info.region.name + '-' + info.regionalClientIndex + '-' + info.iteration;
const dir = (process.env.OUTPUT_DIR || '.') + '/';

@@ -70,0 +70,0 @@ browser.saveScreenshot(dir + id + '-' + name + '.png');

{
"name": "testable-utils",
"version": "0.1.5",
"version": "0.1.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