Files
vercel__workflow/.changeset/python-workbench-app.md
Fantix King 09b299a03e [e2e] Add Python e2e Test (#3369)
Turns `packages/core/e2e/e2e.test.ts` into a cross-language conformance
suite and adds `workbench/python` as its first non-JavaScript subject.

---------

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 16:56:05 -04:00

403 B

Gate the e2e suite for cross-language conformance — tests whose subject is the JS implementation are marked JS-only, and an app declares via e2e-conformance.json which 99_e2e fixtures it implements plus any individual tests its runtime cannot yet support — and add workbench/python as the first non-JavaScript target. No-op for the existing workbench apps, which ship no declaration.