mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-13 18:52:18 +03:00
tests/e2e/ecosystem.test.ts and tests/e2e/protocol-clients.test.ts appear in the AGENTS.md test matrix but ran in no workflow, and could not run at all: both are listed in vitest.config.ts include AND exclude, and their runners invoked Vitest without --config, so the default config's exclusion discarded the very file each passed as a positional filter. No test files found, exiting with code 1 filter: tests/e2e/ecosystem.test.ts Add vitest.e2e-live.config.ts covering only these two suites, point both runners at it, and drop the contradictory include entries. The exclusions stay: these drive a real server and must never run in the jsdom UI job. Wire both into CI. test-ecosystem is blocking (20/20 green). test-protocols-e2e is advisory pending #10049 — restoring it surfaced a pre-existing discrepancy where GET /api/mcp/audit answers 403 over loopback against an expected 200|401.