chore(project-map): regenerate .pi-map artifacts across the repo

This commit is contained in:
Developer
2026-06-17 11:31:24 +00:00
parent 0dd5f2317b
commit 93da9b42a2
683 changed files with 5075 additions and 4965 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
dir: e2e/tests
## role
End-to-end testing suite for authentication flows using Playwright.
End-to-end testing suite for authentication and user flows using Playwright.
## parent
index: e2e/.pi-map.index.md
map: e2e/.pi-map.md
+4 -4
View File
@@ -4,13 +4,13 @@ dir: e2e/tests
index: e2e/tests/.pi-map.index.md
## role
End-to-end testing suite for authentication flows using Playwright.
End-to-end testing suite for authentication and user flows using Playwright.
## files
- login.spec.ts | End-to-end tests for authentication flow using Playwright, verifying login page accessibility, OAuth redirect behavior, and protected route enforcement. | dep: @playwright/test
- login.spec.ts | End-to-end tests for authentication flows using Playwright, verifying login page accessibility, OAuth redirection, and protected route authentication guards. | dep: @playwright/test
## arch
Spec-based test organization with Playwright test runner, following page-object pattern for browser automation and scenario-based test isolation.
Specification-style test files using Playwright's page-driven testing pattern with behavior-focused `.spec.ts` naming convention.
## tags
end, login.spec, tests, authentication, flow, playwright, verifying, login
end, authentication, login.spec, tests, flows, playwright, verifying, login
## symbols
-
## workflows