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>
20 lines
597 B
JSON
20 lines
597 B
JSON
{
|
|
"$comment": [
|
|
"Which `workflows/99_e2e` fixtures this app implements, and which individual",
|
|
"tests its runtime cannot pass yet. Format and ratcheting rules:",
|
|
"`packages/core/e2e/e2e-conformance.example.json`.",
|
|
"",
|
|
"Grow the list as fixtures are ported to `workflows/99_e2e.py`, one at a time,",
|
|
"and only once the test passes. Never shrink it without saying why."
|
|
],
|
|
"language": "python",
|
|
"fixtures": [
|
|
"addTenWorkflow",
|
|
"nullByteWorkflow",
|
|
"parallelSleepWorkflow",
|
|
"promiseAllWorkflow",
|
|
"sleepInLoopWorkflow",
|
|
"sleepingWorkflow"
|
|
]
|
|
}
|