Skip to content

Commit

Permalink
chore: mention next.js build in e2e testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
orinokai authored and serhalp committed Jun 25, 2024
1 parent c3c77e6 commit a52b0b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ following:
### Next.js tests

There is a script `run-local-test.sh` and GitHub workflow that runs the e2e tests from the Next.js
repo against this repo. It requires that `next.js` is checked out in the same parent directory as
this repo, and is run from this repo with `./run-local-test.sh your-test-pattern-here`.
There is a GitHub workflow that runs the e2e tests from the Next.js repo against this repo. There is
also a script to run these tests locally that is run from this repo with
`./run-local-test.sh your-test-pattern-here`. It requires that `next.js` is checked out in the same
parent directory as this repo and built with `pnpm run build`.

#### cleanup old deploys

Expand Down

0 comments on commit a52b0b5

Please sign in to comment.