mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
09b299a03e
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>
5 lines
403 B
Markdown
5 lines
403 B
Markdown
---
|
|
---
|
|
|
|
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.
|