feat(tests): add server health checks and improve E2E test infrastructure
- Add tests/helpers/health.ts with server health check utilities
- Add tests/global-setup.ts to verify all servers before tests run
- Update playwright.config.ts to use globalSetup and /healthz endpoint for CORS proxy
- Improve tests/helpers/proxy.ts with better navigation and shell readiness helpers
- Update migration.spec.ts to use new helper functions
- Track flaky proxy tests in chainlink issue #4
The proxy E2E tests have 16 failing tests due to iframe content not loading
in headless mode - likely service worker or CORS proxy timing issues.
21 tests pass, 9 skipped (require OAuth).
This is a binary file and will not be displayed.