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 5eff04e commit 40a4e5fCopy full SHA for 40a4e5f
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