From cbbdb5d04b629a538f60e1f5b598ee995e76c920 Mon Sep 17 00:00:00 2001 From: JJ Adonis Date: Mon, 21 Aug 2023 15:55:54 +0800 Subject: [PATCH] chore(ops): update tests --- .github/workflows/ci-e2e.yml | 2 +- mobile-app/cypress.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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:[