Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewortwein committed May 9, 2024
1 parent 634e322 commit 1ca07cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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`
- If you will be working with Playwright, run `yarn playwright install`

### Testing

Expand All @@ -40,9 +41,6 @@ Then, the test commands are as follows:
- Playwright: `yarn test:playwright`, then `yarn archive-storybook:playwright` to see the archived UI
- Cypress: `yarn test:cypress`, then `yarn archive-storybook:cypress` to see the archived UI

> [!IMPORTANT]
> Playwright may require you to run `yarn playwright install` first before any of its e2e tests will pass.
If you wish to run the site-under-tests's server separately (e.g. to debug a specific test or to use Cypress interactive mode), run `yarn test:server` and visit `http://localhost:3000`.

### PR Workflow with Changesets
Expand Down

0 comments on commit 1ca07cd

Please sign in to comment.