mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 20:09:18 +08:00
added cypress framework and tests for setup page
This commit is contained in:
14
cypress.config.ts
Normal file
14
cypress.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
baseUrl: "http://localhost:3000",
|
||||
defaultCommandTimeout: 10000,
|
||||
pageLoadTimeout: 60000,
|
||||
viewportWidth: 1920,
|
||||
viewportHeight: 1080,
|
||||
},
|
||||
env: {
|
||||
baseUrl: "http://localhost:3000",
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user