default port update

pull/3/head
Dan Gowans 2025-03-20 14:40:08 -04:00
parent 18b1ffa0cc
commit 17595d6f2f
5 changed files with 5 additions and 5 deletions

View File

@ -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'

View File

@ -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'

2
test/_globals.d.ts vendored
View File

@ -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;

View File

@ -1,4 +1,4 @@
export const testView = '*testView';
export const testUpdate = '*testUpdate';
export const testAdmin = '*testAdmin';
export const portNumber = 7000;
export const portNumber = 9000;

View File

@ -2,4 +2,4 @@ export const testView = '*testView'
export const testUpdate = '*testUpdate'
export const testAdmin = '*testAdmin'
export const portNumber = 7000
export const portNumber = 9000