Restore execution of playwright tests #130
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -27,6 +27,6 @@ jobs:
|
|||||||
- name: Run the service that will be tested
|
- name: Run the service that will be tested
|
||||||
run: HOSTNAME=localhost node .next/standalone/server.js &
|
run: HOSTNAME=localhost node .next/standalone/server.js &
|
||||||
- name: Wait for the service to be ready
|
- name: Wait for the service to be ready
|
||||||
run: npx wait-on http://localhost:3000 --timeout 30000
|
run: npx wait-on http://localhost:3000/default/dashboard/guests --timeout 30000
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
run: DEBUG=pw:api pnpm exec playwright test
|
run: DEBUG=pw:api pnpm exec playwright test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user