Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Oct 9, 2024
1 parent db7c2ec commit 6db5a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
uses: cypress-io/github-action@v5
with:
start: yarn d2-app-scripts start
browser: chrome
wait-on: ${{ github.event.inputs.instance_url }}
wait-on-timeout: 300
record: ${{ env.SHOULD_RECORD }}
Expand Down
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = defineConfig({
setupNodeEvents,
baseUrl: 'http://localhost:3000',
specPattern: 'cypress/e2e/**/*.feature',
chromeWebSecurity: false, // Allows cross-origin requests in Cypress
},
env: {
dhis2DataTestPrefix: 'dhis2-dataentry',
Expand Down

0 comments on commit 6db5a2a

Please sign in to comment.