sync: update from private repo (f6d625db)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-26 03:35:45 +00:00
parent 29ccaf1e92
commit b857c33ef6
371 changed files with 31312 additions and 8172 deletions
@@ -0,0 +1,14 @@
{
"app": "form-input",
"seed_files": [],
"steps": [
{ "type": "fill", "selector": "[data-testid=\"f-name\"]", "value": "alice" },
{ "type": "fill", "selector": "[data-testid=\"f-note\"]", "value": "hello-e2e" },
{ "type": "click", "selector": "[data-testid=\"submit\"]" },
{ "type": "getText", "selector": "[data-testid=\"status\"]" }
],
"expect": [
{ "kind": "text", "target": "[data-testid=\"status\"]", "contains": "保存" },
{ "kind": "file", "target": "output/submissions.jsonl", "contains": "hello-e2e" }
]
}