mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-01-15 21:12:14 +01:00
Turn off screenshots and videos
This commit is contained in:
@@ -3,5 +3,7 @@ const { defineConfig } = require("cypress");
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
baseUrl: "http://localhost:8080/",
|
||||
screenshotOnRunFailure: false,
|
||||
video: false,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user