We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fa1a8 commit 863ea4fCopy full SHA for 863ea4f
cypress.config.js
@@ -1,6 +1,7 @@
1
const { defineConfig } = require("cypress");
2
3
module.exports = defineConfig({
4
+ video: true,
5
e2e: {
6
setupNodeEvents(on, config) {
7
// implement node event listeners here
0 commit comments