- 11 tests couvrant le login (3) et la visibilite sidebar par RBAC (8) - 6 personas seedes via la commande app:seed-e2e, miroir cote front dans frontend/tests/e2e/_fixtures/personas.ts - Page Objects (LoginPage, SidebarComponent) avec selecteurs stables par href + loginAs programmatique via cookie BEARER - Targets Makefile : seed-e2e, test-e2e, test-e2e-ui, install-e2e-deps - CLAUDE.md + README.md : workflow E2E + regle d'or "un E2E par bug prod uniquement" pour garder la suite maintenable dans la duree Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
46 lines
799 B
Plaintext
46 lines
799 B
Plaintext
###> symfony/framework-bundle ###
|
|
/.env.local
|
|
/.env.local.php
|
|
/.env.*.local
|
|
/config/secrets/dev/dev.decrypt.private.php
|
|
/public/bundles/
|
|
/var/
|
|
/vendor/
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> phpunit/phpunit ###
|
|
/phpunit.xml
|
|
.phpunit.result.cache
|
|
.phpunit.cache
|
|
###< phpunit/phpunit ###
|
|
|
|
###> php-cs-fixer ###
|
|
.php-cs-fixer.cache
|
|
###< php-cs-fixer ###
|
|
|
|
###> lexik/jwt-authentication-bundle ###
|
|
/config/jwt/*.pem
|
|
###< lexik/jwt-authentication-bundle ###
|
|
|
|
###> frontend ###
|
|
frontend/node_modules/
|
|
frontend/.nuxt/
|
|
frontend/.output/
|
|
frontend/dist/
|
|
###< frontend ###
|
|
|
|
###> playwright ###
|
|
frontend/test-results/
|
|
frontend/playwright-report/
|
|
frontend/blob-report/
|
|
frontend/playwright/.cache/
|
|
###< playwright ###
|
|
|
|
###> docker ###
|
|
infra/dev/.env.docker.local
|
|
###< docker ###
|
|
|
|
###> logs ###
|
|
LOG/
|
|
###< logs ###
|