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 86aefba065 - Show all commits
+4 -4
View File
@@ -30,8 +30,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
# cache: 'npm'
# cache-dependency-path: frontend/package-lock.json
- name: Install dependencies
run: cd frontend && npm ci
- name: Run unit tests
@@ -47,8 +47,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
# cache: 'npm'
# cache-dependency-path: frontend/package-lock.json
- name: Install dependencies
run: cd frontend && npm install
- name: Run E2E tests