File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ given prefix, run `npm run pretest -- <prefix>`.
93
93
> Needs the ` netlify-cli ` installed and being logged in having access to Netlify Testing
94
94
> Organization or providing your own site ID with NETLIFY_SITE_ID environment variable.
95
95
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:
98
98
99
99
1 . Building the next-runtime (just running ` npm run build ` in the repository)
100
100
2 . Creating a temp directory and copying the provided fixture over to the directory.
@@ -113,7 +113,7 @@ following:
113
113
purposes.
114
114
115
115
> [ !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 ` .
117
117
118
118
### Next.js tests
119
119
You can’t perform that action at this time.
0 commit comments