Files
httprunner/examples/uitest/bili/android/bili_android.json
2024-06-04 22:17:26 +08:00

19 lines
387 B
JSON

{
"config": {
"name": "run ui test on bili android",
"variables": {
"RunTimes": 3,
"SerialNumber": "${ENV(SerialNumber)}"
}
},
"teststeps": [
{
"name": "run bili android",
"shell": {
"string": "bili_android",
"expect_exit_code": 0
}
}
]
}