Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: mention next.js build in e2e testing instructions #2486

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading