feat: add playwright-testing skill documentation and enhance AGENTS.md with testing references

This commit is contained in:
2026-05-12 20:42:15 +00:00
parent 1b24bb2157
commit c058ec760f
4 changed files with 360 additions and 9 deletions
+2 -1
View File
@@ -178,6 +178,7 @@ These skills provide deep-dive documentation. Use them by phase instead of treat
| --- | --- |
| `frontend-architecture` | Routing, state management, Svelte 5 patterns, API layer, error handling |
| `tibi-ssr-caching` | SSR rendering and cache invalidation |
| `playwright-testing` | Extending or debugging seeded Playwright API, desktop, mobile, or visual tests |
### Quickstart roadmap for a new website
@@ -205,7 +206,7 @@ Use this order when building a project from scratch on this starter:
Use `nova-ai-editor-features` only when there is a concrete editorial workflow for it.
8. Final verification.
Confirm public site, admin authoring, pagebuilder rendering, navigation/media resolution, forms/actions, and SSR all work, then run `yarn build`, `yarn build:server`, and `yarn validate`.
Use `playwright-testing` for deterministic API/E2E coverage, confirm public site, admin authoring, pagebuilder rendering, navigation/media resolution, forms/actions, and SSR all work, then run `yarn build`, `yarn build:server`, and `yarn validate`.
For one-off tasks, use the phase tables above as the lookup index instead of maintaining a second skill matrix here.