chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user