AppBridge End-to-End Test Suite

Comprehensive blackbox tests for AppBridge (in-process micro-frontend framework). Each page includes test steps, expected values, and a verification checklist.

Setup Instructions

  1. Install dependencies: pnpm install
  2. Start AppBridge dev server: cd libs/app-bridge && pnpm start (default port 3000)
  3. Open http://localhost:3000/e2e-index.html in the browser
  4. Each test page has data-testid attributes for Playwright/Cypress selectors

1. Core AppBridge Host Tests