change: update tests

This commit is contained in:
debugtalk
2022-09-29 16:14:16 +08:00
parent 75e8b87e73
commit d2fa5dc506
2 changed files with 29 additions and 1 deletions

View File

@@ -13,6 +13,29 @@
]
},
"teststeps": [
{
"name": "查看时间戳",
"ios": {
"actions": [
{
"method": "home"
},
{
"method": "app_terminate",
"params": "com.apple.mobilesafari"
},
{
"method": "swipe_to_tap_app",
"params": "timestamp",
"max_retry_times": 5
},
{
"method": "sleep",
"params": 3
}
]
}
},
{
"name": "启动抖音",
"ios": {