Skip to content

Commit

Permalink
Merge pull request #130 from chromaui/andrew/playwright-doc-update
Browse files Browse the repository at this point in the history
Callout that Playwright e2e tests may fail if you've never run the playwright install before
  • Loading branch information
andrewortwein authored May 10, 2024
2 parents 20cf706 + 7ddd93b commit 4ca8135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This repository is a Yarn 4 monorepo containing the following packages:
- If you have `yarn 1` installed globally, it is recommended that you run `corepack enable` so that the version of yarn set in `packageManager` in `package.json` is used for this project
- Run `yarn install`
- Run `yarn build`
- Run `yarn playwright install`

### Testing

Expand Down

0 comments on commit 4ca8135

Please sign in to comment.