1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-12-22 22:13:20 +02:00

Update cypress config

This commit is contained in:
Louis Lam 2022-10-05 13:28:13 +08:00
parent 12696dd53e
commit e5145a209a

View File

@ -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) {
}, },