Skip to content
Snippets Groups Projects
Commit 04a3b0dc authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/cypress#3 Turn off video recording

parent b3d61d45
No related branches found
No related tags found
1 merge request!61Merging develop into main
Pipeline #752685 passed
......@@ -2,6 +2,7 @@ const { defineConfig } = require('cypress')
module.exports = defineConfig({
e2e: {
video: false,
watchForFileChanges: false,
setupNodeEvents(on, config) {
// implement node event listeners here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment