feat: add headless replay support for recorded Playwright tests

- add replay target to Makefile
- introduce scripts/replay.sh for headless test execution
- document replay workflow in README
- clarify requirements and Arch Linux setup

https://chatgpt.com/share/6984a4ca-1118-800f-88f9-1bd0146e922d
This commit is contained in:
2026-02-05 15:09:55 +01:00
parent a536fc435c
commit 5e9da6dc63
3 changed files with 139 additions and 3 deletions

View File

@@ -19,3 +19,9 @@ install:
## 🎥 Run Playwright Codegen (GUI recording)
codegen:
bash scripts/codegen.sh
.PHONY: replay
## ▶ Replay recorded Playwright tests (headless)
replay:
bash scripts/replay.sh