provide-terminal 2026-04-02
Playwright E2E tests for HTTP inspect/intercept, macOS mutation runtime stabilization
11 files · 1,105+ · 4-

Playwright E2E tests for HTTP inspect/intercept

1 file changed
  • test_inspect_intercept_e2e.py 5 Playwright E2E tests covering inspect and intercept pipeline: request capture, modification, forwarding, and drop
  • 5 Playwright E2E tests added for the HTTP inspect/intercept pipeline: request capture via the proxy, request detail display in the browser UI, request forwarding unchanged, request modification before forwarding, and request drop. Prior scaffold (needs frontend bootstrap fix) upgraded to fully passing tests. qualify internal
    1 file
    • test_inspect_intercept_e2e.py

macOS client mutation runtime stabilization

1 file changed
  • mutation_runner.py Mutation runtime stabilized for macOS — fork safety and signal handling corrected
  • Client mutation testing runtime stabilized on macOS: fork safety issues corrected and signal handling fixed to prevent spurious test failures during mutation runs on Apple Silicon. remediate internal
    1 file
    • mutation_runner.py