test cypress run

This commit is contained in:
tamasmagyar
2022-06-16 11:28:17 +02:00
parent 31c388a6e3
commit 986c03aecd
6 changed files with 45 additions and 8 deletions

View File

@@ -2,13 +2,14 @@ import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
baseUrl: "http://localhost:3000",
baseUrl: "http://localhost:3002",
defaultCommandTimeout: 10000,
pageLoadTimeout: 60000,
viewportWidth: 1920,
viewportHeight: 1080,
specPattern: ["cypress/e2e/setup.cy.ts", "cypress/e2e/**/*.ts"],
},
env: {
baseUrl: "http://localhost:3000",
baseUrl: "http://localhost:3002",
},
});