You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -445,6 +452,46 @@ Look up the list of examples under the GitHub topic [cypress-code-coverage-examp
445
452
446
453
## Migrations
447
454
455
+
### Cypress v9 to v10
456
+
457
+
With the removal of the `plugins` directory in Cypress version 10+, you'll need to add all of your configuration into the configuration file (`cypress.config.js` by default).
458
+
459
+
```js
460
+
// BEFORE
461
+
// Register tasks in your `cypress/plugins/index.js` file.
0 commit comments