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 @@ -233,7 +233,7 @@ You can use the `task` event to do things like:
233
233
## Execution context
234
234
235
235
The [ ` setupNodeEvents ` ] ( /app/references/configuration#setupNodeEvents )
236
- function (or deprecated [ plugins file ] [ legacypluginsfile ] function) is invoked
236
+ function is invoked
237
237
when Cypress opens a project.
238
238
239
239
Cypress does this by spawning an independent ` child_process ` which then
@@ -246,7 +246,7 @@ This code will be executed using the Node version that launched Cypress.
246
246
247
247
When Cypress executes the
248
248
[ ` setupNodeEvents ` ] ( /app/references/configuration#setupNodeEvents ) function
249
- (or deprecated [ plugins file ] [ legacypluginsfile ] function) it will execute with
249
+ it will execute with
250
250
` process.cwd() ` set to your project's path. Additionally - you will be able to
251
251
` require ` ** any node module** you have installed, including local files inside
252
252
your project.
@@ -289,7 +289,7 @@ itself runs in. That means you cannot accidentally modify or change Cypress's
289
289
own execution in any way.
290
290
291
291
If your [ ` setupNodeEvents ` ] ( /app/references/configuration#setupNodeEvents )
292
- function (or deprecated [ plugins file ] [ legacypluginsfile ] function) has an
292
+ function has an
293
293
uncaught exception, an unhandled rejection from a promise, or a syntax error -
294
294
Cypress will automatically catch those and display them to you inside of the
295
295
console and even in Cypress itself.
You can’t perform that action at this time.
0 commit comments