@percy/selenium-webdriver
Advanced tools
Comparing version 2.0.4 to 2.0.5-beta.0
@@ -78,3 +78,3 @@ // Collect client and environment information | ||
let log = utils.logger('selenium-webdriver'); | ||
if (utils.percy?.type === 'web') { | ||
if (utils.percy?.type !== 'automate') { | ||
throw new Error('Invalid function call - percyScreenshot(). Please use percySnapshot() function for taking screenshot. percyScreenshot() should be used only while using Percy with Automate. For more information on usage of PercySnapshot(), refer doc for your language https://docs.percy.io/docs/end-to-end-testing'); | ||
@@ -81,0 +81,0 @@ } |
{ | ||
"name": "@percy/selenium-webdriver", | ||
"description": "Selenium client library for visual testing with Percy", | ||
"version": "2.0.4", | ||
"version": "2.0.5-beta.0", | ||
"license": "MIT", | ||
@@ -15,3 +15,3 @@ "author": "Perceptual Inc.", | ||
"access": "public", | ||
"tag": "latest" | ||
"tag": "beta" | ||
}, | ||
@@ -18,0 +18,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
19684
2