Skip to content

Commit

Permalink
SLVUU-129: Make Cypress tests wait on Swagger page
Browse files Browse the repository at this point in the history
  • Loading branch information
pling-scottlogic committed Jan 10, 2024
1 parent 8b9b736 commit a8233cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
browser: chrome
build: npm run showcase:build
start: npm run showcase:preview, npm run layout-server
wait-on: http://localhost:4173, http://localhost:8081
wait-on: http://localhost:4173, http://localhost:8081/api/swagger-ui/index.html
- name: Run end-to-end tests in Edge
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
with:
Expand All @@ -50,7 +50,7 @@ jobs:
browser: edge
build: npm run showcase:build
start: npm run showcase:preview, npm run layout-server
wait-on: http://localhost:4173, http://localhost:8081
wait-on: http://localhost:4173, http://localhost:8081/api/swagger-ui/index.html

# ensure the vuu example still builds
vuu-app-build:
Expand Down

0 comments on commit a8233cd

Please sign in to comment.