File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ $ percy app:exec -- [python test command]
6666- ` orientation ` (** optional** ) - Orientation of device while capturing screeenshot; Allowed values [ ` portrait ` | ` landscape ` ]
6767- ` status_bar_height ` (** optional** ) - Height of status bar; int
6868- ` nav_bar_height ` (** optional** ) - Height of navigation bar; int
69+ - ` sync ` - Boolean value by default it falls back to ` false ` , Gives the processed result around screenshot [ From CLI v1.28.0-beta.0+]
6970- ` fullpage ` (** optional** ) - [ Alpha] Only supported on App Automate driver sessions [ needs @percy/cli 1.20.2+ ] ; boolean
7071 - ` screen_lengths ` (** optional** ) - [ Alpha] Max screen lengths for fullPage; int
7172 - In case scrollview is overlapping with other app elements. Offsets can be provided to reduce the area which needs to be considered for scrolling:
Original file line number Diff line number Diff line change 1- __version__ = '2.0.3 '
1+ __version__ = '2.0.4-beta.0 '
You can’t perform that action at this time.
0 commit comments