29 lines
596 B
JSON
29 lines
596 B
JSON
|
|
{
|
||
|
|
"id": "test-bills-minimal",
|
||
|
|
"name": "Test bills page minimal",
|
||
|
|
"menuNavigation": {
|
||
|
|
"level1": "회계관리",
|
||
|
|
"level2": "어음관리"
|
||
|
|
},
|
||
|
|
"steps": [
|
||
|
|
{
|
||
|
|
"id": 1,
|
||
|
|
"name": "Wait 1s",
|
||
|
|
"action": "wait",
|
||
|
|
"timeout": 1000
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": 2,
|
||
|
|
"name": "Table load",
|
||
|
|
"action": "wait_for_table",
|
||
|
|
"timeout": 5000
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": 3,
|
||
|
|
"name": "Check page",
|
||
|
|
"action": "evaluate",
|
||
|
|
"script": "(async()=>{return JSON.stringify({ok:true,url:location.href,title:document.title});})()",
|
||
|
|
"timeout": 5000
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|