diff --git a/README.md b/README.md index 582c89e..26f97e6 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,13 @@ $ percy app:exec -- [appium test command] ## Configuration ```js -percyScreenshot(driver, name[, { +percyScreenshot(driver, name, { fullscreen, deviceName, orientation, statusBarHeight, navigationBarHeight -}]) +}) ``` - `driver` (**required**) - A appium driver instance [ can be skipped in case of webdriverio runner] diff --git a/package.json b/package.json index 8d4545b..328d122 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@percy/appium-app", "description": "Appium client library for visual testing with Percy", - "version": "2.0.7", + "version": "2.0.8", "license": "MIT", "author": "Perceptual Inc.", "repository": {