chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
dir: e2e
|
||||
|
||||
## role
|
||||
End-to-end testing package for the "headquarter" project using Playwright to validate full application workflows across multiple browsers.
|
||||
Provides end-to-end testing infrastructure for the headquarter project using Playwright to validate full application workflows across browsers.
|
||||
## parent
|
||||
index: ./.pi-map.index.md
|
||||
map: ./.pi-map.md
|
||||
|
||||
+5
-5
@@ -4,14 +4,14 @@ dir: e2e
|
||||
index: e2e/.pi-map.index.md
|
||||
|
||||
## role
|
||||
End-to-end testing package for the "headquarter" project using Playwright to validate full application workflows across multiple browsers.
|
||||
Provides end-to-end testing infrastructure for the headquarter project using Playwright to validate full application workflows across browsers.
|
||||
## files
|
||||
- package.json | Defines an end-to-end testing package for a "headquarter" project using Playwright | dep: @playwright/test
|
||||
- playwright.config.ts | Configures Playwright test runner with parallel execution, CI-specific settings, and multi-browser project definitions. | dep: @playwright/test
|
||||
- package.json | Defines an end-to-end testing package for a "headquarter" project using Playwright. | dep: @playwright/test
|
||||
- playwright.config.ts | Configures Playwright end-to-end testing with parallel execution, CI-specific settings, and cross-browser testing on Chromium and Firefox. | dep: @playwright/test, process.env
|
||||
## arch
|
||||
Standard Playwright testing architecture with configuration-driven parallel test execution, CI-optimized settings, and multi-browser project matrix (Chromium/Firefox/WebKit) for cross-browser compatibility testing.
|
||||
Follows a standard Playwright testing pattern with parallel test execution, CI-optimized configuration, and cross-browser testing matrix (Chromium/Firefox), separated as a standalone test package with its own dependencies.
|
||||
## tags
|
||||
package, test, end, project, playwright, @playwright, playwright.config, defines
|
||||
end, testing, package, playwright, @playwright, test, playwright.config, defines
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
|
||||
@@ -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