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 a2954e6 commit 64f45c6Copy full SHA for 64f45c6
example/cypress.config.js
@@ -4,6 +4,7 @@ const { defineConfig } = require("cypress");
4
const { initPlugin } = require("@frsource/cypress-plugin-visual-regression-diff/dist/plugins");
5
6
module.exports = defineConfig({
7
+ video: false,
8
e2e: {
9
setupNodeEvents(on, config) {
10
initPlugin(on, config);
0 commit comments