test: prove browser click workflow lifecycle

This commit is contained in:
lda
2026-06-15 00:27:33 +07:00 Verified
parent bc543519e1
commit 58dc54cf87
3 changed files with 212 additions and 0 deletions
@@ -0,0 +1,6 @@
{
"button_label": "Launch Workflow",
"open_browser": false,
"simulate": true,
"timeout_seconds": 2
}
@@ -0,0 +1,33 @@
{
"version": 1,
"client": {
"target": {
"kind": "rpc_http",
"url": "http://127.0.0.1:8772/rpc",
"timeout_seconds": 30
}
},
"server": {
"store": {
"kind": "filesystem",
"root": ".wf_browser_click_store"
},
"transports": [
{
"kind": "rpc_http",
"host": "127.0.0.1",
"port": 8772,
"path": "/rpc"
}
],
"sources": [
{
"kind": "python",
"id": "local.browser_click",
"path": ".",
"module": "ops",
"registry": "registry"
}
]
}
}