Turn off screenshots and videos

This commit is contained in:
2022-07-23 18:11:39 +02:00
parent ab4110076b
commit 0aa2b23a94

View File

@@ -3,5 +3,7 @@ const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
baseUrl: "http://localhost:8080/",
screenshotOnRunFailure: false,
video: false,
},
});