mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-07-15 18:51:52 +02: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