diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 5b1373e5..b709a8d0 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -94,6 +94,8 @@ jobs: run: xvfb-run --auto-servernum -- pnpm test:e2e-soft env: PLAYWRIGHT_JSON_OUTPUT_NAME: playwright-report/results.json + PLAYWRIGHT_FORCE_TTY: true + PLAYWRIGHT_FORCE_COLOR: true - uses: actions/upload-artifact@v4 if: always()