Files

1.0 KiB

e2e

dir: e2e

index: e2e/.pi-map.index.md

role

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 end-to-end testing with parallel execution, CI-specific settings, and cross-browser testing on Chromium and Firefox. | dep: @playwright/test, process.env

arch

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

end, testing, package, playwright, @playwright, test, playwright.config, defines

symbols

workflows

  • change e2e behavior read: playwright.config.ts
  • change e2e config read: package.json, playwright.config.ts
  • explore e2e subdirectories index: e2e/tests/.pi-map.index.md

dirty