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
That should be enough - the code coverage from the server will be requested at the end of the test run and merged with the client-side code coverage, producing a combined report.
211
230
212
231
### expectBackendCoverageOnly
@@ -445,6 +464,46 @@ Look up the list of examples under the GitHub topic [cypress-code-coverage-examp
445
464
446
465
## Migrations
447
466
467
+
### Cypress v9 to v10
468
+
469
+
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).
470
+
471
+
```js
472
+
// BEFORE
473
+
// Register tasks in your `cypress/plugins/index.js` file.
0 commit comments