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
+4 -4
View File
@@ -4,10 +4,10 @@ import path from "node:path"
/**
* Zentrale Test-Konstanten für alle Tests.
*
* Passe diese Werte an dein Projekt an:
* - TEST_USER: E-Mail/Passwort für den E2E-Test-User
* - ADMIN_TOKEN: Token aus api/config.yml.env
* - API_BASE: API-Pfad (Standard: /api)
* Aktuell relevant fuer das deterministische Playwright-Setup:
* - ADMIN_TOKEN: statischer Token aus api/config.yml.env fuer Seed/Cleanup
* - TEST_BASE_URL: bevorzugt CODING_URL aus env/.env
* - SEEDED_TEST_CONTENT: feste Routen fuer API- und E2E-Tests
*/
export const TEST_USER = {