@applitools/snippets
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,7 +5,7 @@ { | ||
"dependencies": { | ||
"@applitools/browser-snippets": { | ||
"@applitools/snippets": { | ||
"version": "file:../dry-run.tgz", | ||
"integrity": "sha512-TB+Cq+IkSaSCVVEpkZfOHdXEZ0Be8Yet0cEC2DLVvDKlMMt0xKvOpNmPQQmkar/4knVXM9QO495ivrQdaEYqRQ==" | ||
"integrity": "sha512-XPN2UhhetgBeps6fIJqpK+M86znwMwU92aBNbcVEL2OXxkl/QRNihnSZQ4usj3nDyAYHiqg/B0EblZEWajg4mg==" | ||
} | ||
} | ||
} |
@@ -6,2 +6,9 @@ | ||
## 1.0.1 - 2020/8/4 | ||
- Fix IE capabilities | ||
## 1.0.0 - 2020/8/4 | ||
- First release |
{ | ||
"name": "@applitools/snippets", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "./dist/index.js", | ||
@@ -33,5 +33,5 @@ "license": "SEE LICENSE IN LICENSE", | ||
"rollup-plugin-terser": "^6.1.0", | ||
"yargs": "^15.3.1", | ||
"webdriverio": "^6.1.24" | ||
"webdriverio": "^6.1.24", | ||
"yargs": "^15.3.1" | ||
} | ||
} |
@@ -12,3 +12,2 @@ const {remote} = require('webdriverio') | ||
capabilities: { | ||
name: 'Snippets tests', | ||
browserName: 'internet explorer', | ||
@@ -18,2 +17,3 @@ browserVersion: '11.285', | ||
'sauce:options': { | ||
name: 'Snippets tests', | ||
username: process.env.SAUCE_USERNAME, | ||
@@ -20,0 +20,0 @@ accessKey: process.env.SAUCE_ACCESS_KEY, |
Sorry, the diff of this file is not supported yet
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
106331