From a93527d1be43354b7813d44f2a511b0588dc37c0 Mon Sep 17 00:00:00 2001 From: this-is-shivamsingh Date: Wed, 31 Jan 2024 19:37:52 +0530 Subject: [PATCH] :bookmark: release-v2.0.4-beta.0 and Readmd.md update --- README.md | 3 ++- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a75b3a..d57dc07 100644 --- a/README.md +++ b/README.md @@ -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 ] diff --git a/package.json b/package.json index d83abe4..13be220 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.4", + "version": "2.0.4-beta.0", "license": "MIT", "author": "Perceptual Inc.", "repository": { @@ -25,7 +25,7 @@ }, "publishConfig": { "access": "public", - "tag": "latest" + "tag": "beta" }, "scripts": { "lint": "eslint --ignore-path .gitignore .", @@ -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",