xiaowang/kirby/panel/cypress.config.js

12 lines
198 B
JavaScript
Raw Normal View History

2022-08-31 16:08:03 +02:00
const { defineConfig } = require("cypress");
module.exports = defineConfig({
video: false,
e2e: {
baseUrl: "http://sandbox.test",
specPattern: "src/**/*.e2e.js",
supportFile: false
}
});