popnoire/kirby/panel/cypress.config.js
2026-02-12 15:22:46 +01:00

11 lines
198 B
JavaScript

const { defineConfig } = require("cypress");
module.exports = defineConfig({
video: false,
e2e: {
baseUrl: "http://sandbox.test",
specPattern: "src/**/*.e2e.js",
supportFile: false
}
});