Skip to content

Commit

Permalink
Use GitHub action to run Cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoderooij committed Mar 26, 2024
1 parent bf5edb1 commit 5e8cf89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Build
run: npm run build:build

- name: Start Application
run: npm start & wait-on http://localhost:4200

- name: E2E
run: npm run cypress:run
- name: Cypress e2e test
uses: cypress-io/github-action@v6
with:
start: npm start
browser: chrome

0 comments on commit 5e8cf89

Please sign in to comment.