Skip to content

Commit

Permalink
chore: update e2e test command docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orinokai committed Jul 25, 2024
1 parent fb8d9ea commit af173a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ given prefix, run `npm run pretest -- <prefix>`.
> Needs the `netlify-cli` installed and being logged in having access to Netlify Testing
> Organization or providing your own site ID with NETLIFY_SITE_ID environment variable.
The e2e tests can be invoked with `npm run e2e` and perform a full e2e test. This means they do the
following:
The e2e tests can be invoked with `npm run test:e2e` and perform a full e2e test. This means they do
the following:

1. Building the next-runtime (just running `npm run build` in the repository)
2. Creating a temp directory and copying the provided fixture over to the directory.
Expand All @@ -113,7 +113,7 @@ following:
purposes.

> [!TIP] If you'd like to always keep the deployment and the local fixture around for
> troubleshooting, run `E2E_PERSIST=1 npm run e2e`.
> troubleshooting, run `E2E_PERSIST=1 npm run test:e2e`.
### Next.js tests

Expand Down

0 comments on commit af173a6

Please sign in to comment.