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
+5 -5
View File
@@ -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