Skip to content

Commit

Permalink
Merge pull request #1079 from NoroffFEU/QA-test
Browse files Browse the repository at this point in the history
Change server to e2e tests
  • Loading branch information
MariuszRozycki authored Mar 16, 2024
2 parents f286c7c + 4590c80 commit 41f9090
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ jobs:
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm run build-preview
start: npm run dev
wait-on: 'http://127.0.0.1:5173/'
wait-on-timeout: 60
browser: chrome # only run in chrome to save time
- name: Update e2e Badge
uses: RubbaBoy/BYOB@v1.3.0
Expand Down

0 comments on commit 41f9090

Please sign in to comment.