set default command wait timout higher in cypress configuration

This commit is contained in:
mahula 2022-09-27 15:51:05 +02:00
parent 1a01c7df83
commit bb7e8d2b3d

View File

@ -32,6 +32,7 @@ export default defineConfig({
excludeSpecPattern: "*.js",
baseUrl: "http://localhost:3000",
chromeWebSecurity: false,
defaultCommandTimeout: 10000,
supportFile: "cypress/support/index.ts",
viewportHeight: 720,
viewportWidth: 1280,