xiaowang/kirby/panel/cypress.config.js
2022-08-31 16:08:03 +02: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
}
});