Add Playwright database E2E inspections
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user