eyes.selenium
Advanced tools
Comparing version 0.0.75 to 0.0.76
{ | ||
"name": "eyes.selenium", | ||
"version": "0.0.75", | ||
"version": "0.0.76", | ||
"description": "Applitools Eyes SDK For Selenium JavaScript WebDriver", | ||
@@ -26,7 +26,7 @@ "author": "Applitools Team <team@applitools.com> (http://www.applitools.com/)", | ||
}, | ||
"license": "Apache-2.0", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"main": "index", | ||
"dependencies": { | ||
"eyes.utils": "0.0.26", | ||
"eyes.sdk": "0.0.66", | ||
"eyes.sdk": "0.0.67", | ||
"q": "^1.4.1" | ||
@@ -37,3 +37,3 @@ }, | ||
"protractor": "^5.1.2", | ||
"ava": "^0.18.0" | ||
"ava": "^0.25.0" | ||
}, | ||
@@ -47,3 +47,9 @@ "scripts": { | ||
"ava": { | ||
"concurrency": 1 | ||
"concurrency": 1, | ||
"failWithoutAssertions": false, | ||
"files": [ | ||
"test/*.js", | ||
"!**/simple-appium-test.js", | ||
"!**/simple-sause-test.js" | ||
] | ||
}, | ||
@@ -50,0 +56,0 @@ "engines": { |
@@ -88,3 +88,3 @@ /* | ||
Eyes.prototype._getBaseAgentId = function () { | ||
return 'selenium-js/0.0.75'; | ||
return 'selenium-js/0.0.76'; | ||
}; | ||
@@ -91,0 +91,0 @@ |
@@ -453,3 +453,3 @@ /* | ||
return browser.manage().window().getSize().then(function (size) { | ||
logger.verbose(String.format("Done! Size is", size)); | ||
logger.verbose("Done! Size is", size); | ||
return size; | ||
@@ -456,0 +456,0 @@ }); |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
3
199864
23
1
1
80
4001
+ Addedeyes.sdk@0.0.67(transitive)
- Removedeyes.sdk@0.0.66(transitive)
Updatedeyes.sdk@0.0.67