Files
compiler-explorer/.github
mattgodbolt-molty 76a61ed476 feat(cypress): intercept-based fake compiler for E2E tests (Option C)
Replace real compiler dependency with cy.intercept-based response stubbing.
All compilation responses are handled client-side — no custom compiler class
on the server. The server only needs /bin/true as a no-op binary.

Key changes:
- cypress/support/fake-compile.ts: intercept handlers that echo source as
  asm by default, with stubCompileResponse()/stubExecutorResponse() for
  canned overrides
- etc/config/c++.cypress.properties: fake1/fake2 compilers using /bin/true
- .github/workflows/test-frontend.yml: use --env cypress
- All 12 test specs updated to use stub API instead of real compilers

81/81 tests passing.

🤖 Generated by LLM (Claude, via OpenClaw)
2026-02-21 12:37:53 -06:00
..
2025-01-27 16:12:59 -06:00
2024-09-12 14:47:39 -05:00
2026-01-25 16:50:12 -05:00