Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ See [Device metadata auto-detection](#device-metadata-auto-detection) below.
|----------|----------|---------|-------------|
| `PERCY_REGIONS` | No | - | JSON array of regions for ignore/consider (see [Regions](#regions)) |
| `PERCY_SYNC` | No | `false` | Set to `"true"` to wait for comparison result and log details |
| `PERCY_STATUS_BAR_HEIGHT` | No | Android: `80`  ·  iOS: `100` | Status bar height in **image pixels** (excluded from comparison tile). Defaults cover Pixel-class Android (~72 px actual) and the dynamic clock / signal-icon zone on iPhone 12 / 13 / 14 at 3x scale (changing pixels at y ≤ ~85). Override to `180` on Dynamic Island devices (iPhone 14 Pro+), `88` on iPhone 11 / XR, or `40` on iPhone SE for an exact safe-area fit. |
| `PERCY_STATUS_BAR_HEIGHT` | No | Android: `120`  ·  iOS: `100` | Status bar height in **image pixels** (excluded from comparison tile). Android default covers modern high-DPI Pixel-class hardware (e.g. Pixel 10 Pro at 1280×2856), where the clock / status icons / camera punch-hole extend past the older 80 px default; leaves a thin sliver margin on the 1080p Samsung / Pixel 6–8 tier. iOS default covers the dynamic clock / signal-icon zone on iPhone 12 / 13 / 14 at 3x scale (changing pixels at y ≤ ~85). Override to `180` on Dynamic Island devices (iPhone 14 Pro+), `88` on iPhone 11 / XR, or `40` on iPhone SE for an exact safe-area fit. Very tall status bars on 1280p+ Android may still need a higher override. |
| `PERCY_NAV_BAR_HEIGHT` | No | Android: `100`  ·  iOS: `80` | Bottom-bar / home-indicator height in **image pixels** (excluded from comparison tile). Android default covers gesture-nav home indicator (~72 px actual). iOS default covers the iPhone 11 (2x) home indicator at ~68 px; iPhone 12+ (3x) home indicator is ~102 px — override to `102` for a tighter fit. iPad / iPhone SE (no home indicator) should set `0`. Android 3-button-nav devices should override to `144`. |
| `PERCY_FULLSCREEN` | No | `false` | Set to `"true"` if the screenshot is fullscreen (no system chrome) |
| `PERCY_TH_TEST_CASE_EXECUTION_ID` | No | - | Test harness execution ID for CI/CD correlation |
Expand Down
Loading