Install Playwright browsers in CI test jobs #96

Merged
lukas merged 2 commits from staging-test into main 2026-06-12 15:50:20 +00:00

2 Commits

Author SHA1 Message Date
lukas f79ec7b454 Comment staging URL on the open PR after deployment
Django CI/CD / test (push) Successful in 2m10s
Staging deployment / deploy (push) Successful in 15s
Staging deployment / teardown (push) Has been skipped
Django CI/CD / build-and-push (push) Has been skipped
Looks up the open PR for the pushed branch via the Gitea API using the
workflow token and posts the staging URL once (skips if the same
comment already exists).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 17:45:35 +02:00
lukas de0c2eced0 Install Playwright browsers in CI test jobs
Django CI/CD / test (push) Successful in 2m37s
Staging deployment / deploy (push) Successful in 28s
Staging deployment / teardown (push) Has been skipped
Django CI/CD / build-and-push (push) Has been skipped
The e2e tests launch chromium, but uv sync only installs the playwright
package, not the browser binaries, so CI failed with "Executable
doesn't exist" for the headless shell.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 17:24:16 +02:00