Add Playwright database E2E inspections

This commit is contained in:
2026-08-05 12:45:03 +02:00
parent d7d5c0f912
commit 4c0c53d6e9
8 changed files with 145 additions and 2 deletions
+8
View File
@@ -21,6 +21,14 @@ This project replaces the Excel/VBA workflow named `Catalog maker - 20` with a N
- Before the first push, initialize Git if needed, configure the project remote and create an initial baseline commit from safe files only.
- If a push fails, do not expose credentials in the terminal output or in chat; report the failure without printing secrets.
## UI inspection workflow
- Use Playwright for browser inspections and visual verification of the local application.
- Run `npm run test:ui` after frontend or layout changes.
- Check for page errors, visible controls, modal behavior and important responsive states.
- Keep screenshots and traces in Playwright's ignored `test-results/` and `playwright-report/` directories; do not commit them.
- A UI change is not complete until the relevant Playwright checks pass.
## Runtime
- Start the web app with `npm run dev`.