Skip to content

Commit af173a6

Browse files
committed
chore: update e2e test command docs
1 parent fb8d9ea commit af173a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ given prefix, run `npm run pretest -- <prefix>`.
9393
> Needs the `netlify-cli` installed and being logged in having access to Netlify Testing
9494
> Organization or providing your own site ID with NETLIFY_SITE_ID environment variable.
9595
96-
The e2e tests can be invoked with `npm run e2e` and perform a full e2e test. This means they do the
97-
following:
96+
The e2e tests can be invoked with `npm run test:e2e` and perform a full e2e test. This means they do
97+
the following:
9898

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

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

0 commit comments

Comments
 (0)