@percy/appium-app
Advanced tools
Comparing version 2.0.7 to 2.0.8
{ | ||
"name": "@percy/appium-app", | ||
"description": "Appium client library for visual testing with Percy", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Perceptual Inc.", |
@@ -54,6 +54,10 @@ const utils = require('@percy/sdk-utils'); | ||
scrollableXpath, | ||
topScrollviewOffset, | ||
bottomScrollviewOffset, | ||
scrollableId, | ||
sync, | ||
testCase, | ||
thTestCaseExecutionId | ||
thTestCaseExecutionId, | ||
androidScrollAreaPercentage, | ||
scrollSpeed | ||
}) { | ||
@@ -72,3 +76,13 @@ fullscreen = fullscreen || false; | ||
const tag = await this.getTag(); | ||
const tiles = await this.getTiles(fullscreen, fullPage, screenLengths, scrollableXpath, scrollableId); | ||
const tiles = await this.getTiles( | ||
fullscreen, | ||
fullPage, | ||
screenLengths, | ||
scrollableXpath, | ||
topScrollviewOffset, | ||
bottomScrollviewOffset, | ||
scrollableId, | ||
androidScrollAreaPercentage, | ||
scrollSpeed | ||
); | ||
const ignoreRegions = await this.findRegions( | ||
@@ -75,0 +89,0 @@ ignoreRegionXpaths, ignoreRegionAccessibilityIds, ignoreRegionAppiumElements, customIgnoreRegions |
@@ -63,3 +63,3 @@ # @percy/appium-app | ||
```js | ||
percyScreenshot(driver, name[, { | ||
percyScreenshot(driver, name, { | ||
fullscreen, | ||
@@ -70,3 +70,3 @@ deviceName, | ||
navigationBarHeight | ||
}]) | ||
}) | ||
``` | ||
@@ -73,0 +73,0 @@ |
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
53634
1306