From a1a73fb4a2ba13faac8913d95a6622ceae8bf64f Mon Sep 17 00:00:00 2001 From: Robert DeLuca Date: Thu, 29 Jul 2021 16:53:22 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20snapshot=20options=20do?= =?UTF-8?q?cs=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 757280b4..8b95412c 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,7 @@ $ percy exec -- ember test `percySnapshot(name[, options])` - `name` (**required**) - The snapshot name; must be unique to each snapshot -- `options` - Additional snapshot options (overrides any project options) - - `options.widths` - An array of widths to take screenshots at - - `options.minHeight` - The minimum viewport height to take screenshots at - - `options.percyCSS` - Percy specific CSS only applied in Percy's rendering environment - - `options.requestHeaders` - Headers that should be used during asset discovery - - `options.enableJavaScript` - Enable JavaScript in Percy's rendering environment +- `options` - [See per-snapshot configuration options](https://docs.percy.io/docs/cli-configuration#per-snapshot-configuration) ### Automatic snapshot names