Upgrade to 3.7.1
This commit is contained in:
11
kirby/panel/cypress.config.js
Executable file
11
kirby/panel/cypress.config.js
Executable file
@@ -0,0 +1,11 @@
|
||||
const { defineConfig } = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
video: false,
|
||||
|
||||
e2e: {
|
||||
baseUrl: "http://sandbox.test",
|
||||
specPattern: "src/**/*.e2e.js",
|
||||
supportFile: false
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user