Skip to content

Commit

Permalink
Merge pull request #242 from percy/release-v2.0.4-beta.0
Browse files Browse the repository at this point in the history
🔖 release-v2.0.4-beta.0
  • Loading branch information
this-is-shivamsingh authored Jan 31, 2024
2 parents f538724 + a93527d commit d404b48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ percyScreenshot(driver, name[, {

- `driver` (**required**) - A appium driver instance [ can be skipped in case of webdriverio runner]
- `name` (**required**) - The screenshot name; must be unique to each screenshot
- `options object` (**optional**)
- `options object` (**optional**)
- `sync` - Boolean value by default it falls back to false, Gives the processed result around screenshot [From CLI v1.28.0-beta.0+]
- `fullscreen`: If the app is currently in fullscreen; boolean
- `deviceName`: Custom device name to override SDK fetched name
- `orientation`: ["portrait"/"landscape"] - Tell SDK which orientation app is in [ Note: This is only for tagging purpose, does not change the orientation of the device ]
Expand Down
8 changes: 4 additions & 4 deletions 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.4",
"version": "2.0.4-beta.0",
"license": "MIT",
"author": "Perceptual Inc.",
"repository": {
Expand All @@ -25,7 +25,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
Expand All @@ -34,11 +34,11 @@
"test:types": "tsd"
},
"dependencies": {
"@percy/sdk-utils": "^1.27.0-beta.0",
"@percy/sdk-utils": "^1.28.0-beta.0",
"tmp": "^0.2.1"
},
"devDependencies": {
"@percy/cli": "^1.27.2",
"@percy/cli": "^1.28.0-beta.0",
"cross-env": "^7.0.2",
"eslint": "^8.27.0",
"eslint-plugin-n": "^15.5.1",
Expand Down

0 comments on commit d404b48

Please sign in to comment.