Skip to content

Commit

Permalink
releasing v2.0.8 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 authored Sep 16, 2024
1 parent 4e70d5e commit 965b0dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 965b0dc

Please sign in to comment.