add a cypress scenario
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
// the project's config changing)
|
||||
|
||||
import codeCoverageTask from '@cypress/code-coverage/task.js';
|
||||
import {initPlugin} from 'cypress-plugin-snapshots/plugin.js';
|
||||
|
||||
export default (on, config) => {
|
||||
// `on` is used to hook into various events Cypress emits
|
||||
@@ -12,5 +13,6 @@ export default (on, config) => {
|
||||
|
||||
// https://docs.cypress.io/guides/tooling/code-coverage.html#Install-the-plugin
|
||||
codeCoverageTask(on, config);
|
||||
initPlugin(on, config);
|
||||
return config;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user