19 lines
333 B
JSON
19 lines
333 B
JSON
{
|
|
"version": 1,
|
|
"context": { "steps": [] },
|
|
"roots": [
|
|
{
|
|
"kind": "runScript",
|
|
"method": "this.steps = this.steps || []; this.steps.push('a'); return 'a';"
|
|
},
|
|
{
|
|
"kind": "wait",
|
|
"ms": 5000
|
|
},
|
|
{
|
|
"kind": "runScript",
|
|
"method": "this.steps.push('b'); return 'b';"
|
|
}
|
|
]
|
|
}
|