mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Update cypress config
This commit is contained in:
parent
12696dd53e
commit
e5145a209a
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
||||||
const { defineConfig } = require("cypress");
|
const { defineConfig } = require("cypress");
|
||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
|
projectId: "vyjuem",
|
||||||
e2e: {
|
e2e: {
|
||||||
|
experimentalStudio: true,
|
||||||
setupNodeEvents(on, config) {
|
setupNodeEvents(on, config) {
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue