mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-08 17:09:33 +08:00
change: update game examples
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
"actions": [
|
||||
{
|
||||
"method": "start_to_goal",
|
||||
"params": "搜索「跃动小子」,启动小游戏",
|
||||
"params": "搜索「跃动小子」,点击「小游戏」tab,进入小游戏",
|
||||
"options": {
|
||||
"pre_mark_operation": true
|
||||
}
|
||||
@@ -51,8 +51,8 @@
|
||||
{
|
||||
"check": "ui_ai",
|
||||
"assert": "ai_assert",
|
||||
"expect": "当前页面底部包含「领地」「试炼」按钮",
|
||||
"msg": "assert ai prompt [当前页面底部包含「领地」「试炼」按钮] failed"
|
||||
"expect": "当前在小游戏页面",
|
||||
"msg": "assert ai prompt [当前在小游戏页面] failed"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -63,7 +63,7 @@
|
||||
"actions": [
|
||||
{
|
||||
"method": "start_to_goal",
|
||||
"params": "跃动小子是一款开宝箱类的小游戏,以下是游戏的基本规则说明:\n1、打开宝箱,按照游戏指引进行「出售」或「装备」操作。\n2、请持续推进游戏进程。\n3、屏幕底部的黑白按钮不要进行点击操作。\n\n请严格按照以上游戏规则,开始游戏\n",
|
||||
"params": "跃动小子是一款开宝箱类的小游戏,以下是游戏的基本规则说明:\n1、打开宝箱,按照游戏指引进行「出售」或「装备」操作。\n2、请持续推进游戏进程。\n3、游戏界面底部的黑白按钮不要进行点击操作。\n\n请严格按照以上游戏规则,开始游戏\n",
|
||||
"options": {
|
||||
"time_limit": 300,
|
||||
"pre_mark_operation": true
|
||||
|
||||
Reference in New Issue
Block a user