testable-utils
Advanced tools
Comparing version 0.1.5 to 0.1.7
@@ -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", |
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
27296