feat: add bilibili ios script

This commit is contained in:
徐聪
2024-06-04 22:17:26 +08:00
parent 4599c47bcb
commit 99757954c6
11 changed files with 176 additions and 8 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"config": {
"name": "run ui test on bili ios",
"variables": {
"RunTimes": 3,
"UDID": "${ENV(UDID)}"
}
},
"teststeps": [
{
"name": "run bili ios",
"shell": {
"string": "bili_ios",
"expect_exit_code": 0
}
}
]
}