default port update
parent
18b1ffa0cc
commit
17595d6f2f
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
export const testView = '*testView';
|
||||
export const testUpdate = '*testUpdate';
|
||||
export const testAdmin = '*testAdmin';
|
||||
export const portNumber = 7000;
|
||||
export const portNumber = 9000;
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ export const testView = '*testView'
|
|||
export const testUpdate = '*testUpdate'
|
||||
export const testAdmin = '*testAdmin'
|
||||
|
||||
export const portNumber = 7000
|
||||
export const portNumber = 9000
|
||||
|
|
|
|||
Loading…
Reference in New Issue