Skip to content

Commit

Permalink
Add wait-on and wait-on-timeout options for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akozma89 committed Jan 2, 2024
1 parent 9ac07e5 commit 65a3d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
with:
runTests: false
build: npm run build
wait-on: 'http://localhost:4200/'
wait-on-timeout: 300
- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit 65a3d91

Please sign in to comment.