Commit Graph

5 Commits

Author SHA1 Message Date
5079e85eb5 Release version 1.1.0 v1.1.0 2026-02-05 15:14:24 +01:00
5e9da6dc63 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
2026-02-05 15:09:55 +01:00
a536fc435c Release version 1.0.0 v1.0.0 2026-02-05 14:59:44 +01:00
df66e3547e feat: add standalone Playwright recorder tool with Docker-based codegen
- introduce repo-local, ephemeral Playwright codegen workflow
- add executable codegen script using official Playwright Docker image
- persist generated recordings under recordings/ (git-ignored, .gitkeep)
- add minimal Makefile with install and codegen targets
- switch project license to MIT
- improve README with clear usage, requirements, and design rationale
- add MIRRORS file for multi-remote setup
- clean up gitignore for generated artifacts and node tooling
2026-02-05 14:56:46 +01:00
c4587ad238 Initial commit 2026-02-05 14:38:51 +01:00