Restore execution of playwright tests #130

Merged
bustikiller merged 23 commits from restore-playwright into main 2025-06-08 11:37:30 +00:00
Showing only changes of commit 8b0cab93c9 - Show all commits

View File

@ -25,7 +25,7 @@ jobs:
- name: Install Playwright Browsers - name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps run: pnpm exec playwright install --with-deps
- name: Run the service that will be tested - name: Run the service that will be tested
run: HOST=127.0.0.1 node .next/standalone/server.js & run: HOSTNAME=127.0.0.1 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://127.0.0.1:3000 --timeout 30000 run: npx wait-on http://127.0.0.1:3000 --timeout 30000
- name: Run Playwright tests - name: Run Playwright tests