Configure Playwright for headless CI and add Gitea workflow with container support #5

Merged
steve-admin merged 5 commits from add-automated-testing into main 2026-04-01 11:19:27 +01:00
Showing only changes of commit 205e2d5be5 - Show all commits
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
e2e-test: e2e-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: mcr.microsoft.com/playwright:v1.50.1-noble image: mcr.microsoft.com/playwright:v1.58.2-noble
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Use Node.js - name: Use Node.js