diff --git a/cypress.config.js b/cypress.config.js index 9d5b4f56..30690679 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,7 +1,7 @@ import { defineConfig } from 'cypress'; export default defineConfig({ e2e: { - baseUrl: 'http://localhost:7000', + baseUrl: 'http://localhost:9000', specPattern: 'cypress/e2e/**/*.cy.js', supportFile: false, projectId: '26a4bi' diff --git a/cypress.config.ts b/cypress.config.ts index 11ed16e1..f93dd9e1 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -2,7 +2,7 @@ import { defineConfig } from 'cypress' export default defineConfig({ e2e: { - baseUrl: 'http://localhost:7000', + baseUrl: 'http://localhost:9000', specPattern: 'cypress/e2e/**/*.cy.js', supportFile: false, projectId: '26a4bi' diff --git a/test/_globals.d.ts b/test/_globals.d.ts index 242eab69..01404a2f 100644 --- a/test/_globals.d.ts +++ b/test/_globals.d.ts @@ -1,4 +1,4 @@ export declare const testView = "*testView"; export declare const testUpdate = "*testUpdate"; export declare const testAdmin = "*testAdmin"; -export declare const portNumber = 7000; +export declare const portNumber = 9000; diff --git a/test/_globals.js b/test/_globals.js index 8c0059d3..6dbbfb8b 100644 --- a/test/_globals.js +++ b/test/_globals.js @@ -1,4 +1,4 @@ export const testView = '*testView'; export const testUpdate = '*testUpdate'; export const testAdmin = '*testAdmin'; -export const portNumber = 7000; +export const portNumber = 9000; diff --git a/test/_globals.ts b/test/_globals.ts index 17f530f7..a6bfef97 100644 --- a/test/_globals.ts +++ b/test/_globals.ts @@ -2,4 +2,4 @@ export const testView = '*testView' export const testUpdate = '*testUpdate' export const testAdmin = '*testAdmin' -export const portNumber = 7000 +export const portNumber = 9000