mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-27 03:46:58 +00:00
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:
parent
49f54a5c3c
commit
3bd9e1b7af
3 changed files with 21 additions and 10 deletions
6
.github/workflows/playwright.yml
vendored
6
.github/workflows/playwright.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue