diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index 1f22360f20..b126777135 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -46,7 +46,7 @@ jobs: record: true parallel: true start: npm run start:web - wait-on: "http://localhost:19000" + wait-on: "http://localhost:8081" browser: chrome spec: mobile-app/cypress/e2e/** tag: ${{ github.event_name }} diff --git a/mobile-app/cypress.config.js b/mobile-app/cypress.config.js index 9ae3e0bb90..77986d9329 100644 --- a/mobile-app/cypress.config.js +++ b/mobile-app/cypress.config.js @@ -20,7 +20,7 @@ module.exports = defineConfig({ // eslint-disable-next-line global-require return require("./cypress/plugins/index")(on, config); }, - baseUrl: "http://localhost:19000", + baseUrl: "http://localhost:8081", specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}", excludeSpecPattern:[