We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845e5ed commit 456a0f0Copy full SHA for 456a0f0
cypress.config.js
@@ -23,7 +23,7 @@ module.exports = defineConfig({
23
return null; // or return a value if needed
24
},
25
});
26
- // installPlugin(on, config);
+ installPlugin(on, config);
27
coverage(on, config);
28
on('file:preprocessor', cucumber());
29
return config;
0 commit comments