From 8277788c29c335fc5f2735c0a1550b6f7b7bd63a Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Thu, 14 Apr 2022 13:28:30 -0700 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9e22b498..0d1b8fdd 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Run tests with - `shake test` - `elm-test` +You can run the Puppeteer tests for only one component by passing the name of the component to the test script, for example: `./script/puppeteer-tests-no-percy.sh Button` + ### CI (Travis) Travis will run `shake ci` to verify everything looks good.