added testing with puppeteer

This commit is contained in:
Martin West
2025-05-29 17:18:30 +01:00
parent 97b5c1af5e
commit 40da9191fe
7 changed files with 1222 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# Screenshots
This directory is used to store screenshots taken during the execution of automated tests.
Typically, screenshots are captured:
- When a test assertion fails, to help diagnose the issue.
- At specific checkpoints in a test flow for visual verification.
These files are usually gitignored unless they are baseline images for visual regression testing.