Run playwright tests in verbose mode
Some checks failed
Add copyright notice / copyright_notice (pull_request) Successful in 2m0s
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m21s
Build Nginx-based docker image / build-static-assets (push) Successful in 13m39s
Playwright Tests / test (pull_request) Has been cancelled

This commit is contained in:
Manuel Bustillo 2025-06-08 09:33:11 +02:00
parent fed86088c3
commit 4455c0e6d4

View File

@ -27,4 +27,4 @@ jobs:
- name: Run the service that will be tested - name: Run the service that will be tested
run: pnpm run start & run: pnpm run start &
- name: Run Playwright tests - name: Run Playwright tests
run: pnpm exec playwright test run: DEBUG=pw:api pnpm exec playwright test