From 6ff0f652770cd73ad4fa151b752c952ce3040647 Mon Sep 17 00:00:00 2001 From: this-is-shivamsingh Date: Wed, 31 Jan 2024 17:38:57 +0530 Subject: [PATCH] :bookmark: release-v2.0.4-beta.0 and Readmd.md update --- README.md | 1 + percy/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ef70ae..4bd6321 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ $ percy app:exec -- [python test command] - `orientation` (**optional**) - Orientation of device while capturing screeenshot; Allowed values [`portrait` | `landscape`] - `status_bar_height` (**optional**) - Height of status bar; int - `nav_bar_height` (**optional**) - Height of navigation bar; int +- `sync` - Boolean value by default it falls back to `false`, Gives the processed result around screenshot [From CLI v1.28.0-beta.0+] - `fullpage` (**optional**) - [Alpha] Only supported on App Automate driver sessions [ needs @percy/cli 1.20.2+ ]; boolean - `screen_lengths` (**optional**) - [Alpha] Max screen lengths for fullPage; int - In case scrollview is overlapping with other app elements. Offsets can be provided to reduce the area which needs to be considered for scrolling: diff --git a/percy/version.py b/percy/version.py index e7c12d2..0e74940 100644 --- a/percy/version.py +++ b/percy/version.py @@ -1 +1 @@ -__version__ = '2.0.3' +__version__ = '2.0.4-beta.0'