chore/playwright mode test plan (#778)

* ci: make standalone playwright manual and document e2e gating

* docs(test): refine playwright plan with implemented CI strategy

---------

Co-authored-by: Stefan Stidl <stefan.stidl@ffg.at>
This commit is contained in:
sstidl 2026-04-12 15:15:14 +02:00 committed by GitHub
parent 49f54a5c3c
commit 3bd9e1b7af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 10 deletions

View file

@ -1,9 +1,9 @@
name: Playwright E2E
# Manual-only by design:
# - Automatic e2e runs that gate Docker image builds live in docker-publish.yml.
# - Keeping this workflow manual avoids running the same e2e suite twice on master pushes.
on:
push:
branches:
- master
workflow_dispatch:
jobs: