mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-01-15 21:12:14 +01:00
10 lines
188 B
JavaScript
10 lines
188 B
JavaScript
const { defineConfig } = require("cypress");
|
|
|
|
module.exports = defineConfig({
|
|
e2e: {
|
|
baseUrl: "http://localhost:8080/",
|
|
screenshotOnRunFailure: false,
|
|
video: false,
|
|
},
|
|
});
|