@percy/appium-app
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -33,2 +33,3 @@ const { AppiumDriver } = require('./percy/driver/driverWrapper'); | ||
testCase, | ||
labels, | ||
androidScrollAreaPercentage, | ||
@@ -64,2 +65,3 @@ scrollSpeed | ||
testCase = name.testCase; | ||
labels = name.labels; | ||
androidScrollAreaPercentage = name.androidScrollAreaPercentage; | ||
@@ -120,2 +122,3 @@ scrollSpeed = name.scrollSpeed; | ||
testCase, | ||
labels, | ||
thTestCaseExecutionId, | ||
@@ -122,0 +125,0 @@ androidScrollAreaPercentage, |
{ | ||
"name": "@percy/appium-app", | ||
"description": "Appium client library for visual testing with Percy", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"license": "MIT", | ||
@@ -38,3 +38,3 @@ "author": "Perceptual Inc.", | ||
"@percy/sdk-utils": "^1.28.2", | ||
"tmp": "^0.2.1" | ||
"tmp": "^0.2.3" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
"eslint-plugin-promise": "^6.1.1", | ||
"jasmine": "^4.4.0", | ||
"jasmine": "^5.4.0", | ||
"jasmine-spec-reporter": "^7.0.0", | ||
@@ -53,0 +53,0 @@ "nyc": "^15.1.0", |
@@ -43,2 +43,3 @@ const { GenericProvider } = require('./genericProvider'); | ||
testCase, | ||
labels, | ||
thTestCaseExecutionId, | ||
@@ -78,2 +79,3 @@ androidScrollAreaPercentage, | ||
testCase, | ||
labels, | ||
thTestCaseExecutionId, | ||
@@ -80,0 +82,0 @@ androidScrollAreaPercentage, |
@@ -59,2 +59,3 @@ const utils = require('@percy/sdk-utils'); | ||
testCase, | ||
labels, | ||
thTestCaseExecutionId, | ||
@@ -114,2 +115,3 @@ androidScrollAreaPercentage, | ||
testCase, | ||
labels, | ||
thTestCaseExecutionId | ||
@@ -116,0 +118,0 @@ }); |
@@ -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
53748
1313
Updatedtmp@^0.2.3