merge version

This commit is contained in:
余泓铮
2025-08-12 18:58:09 +08:00
9 changed files with 858 additions and 29 deletions

24
demo.json Normal file
View File

@@ -0,0 +1,24 @@
{
"config": {
"name": "demo"
},
"teststeps": [
{
"name": "获取剪贴板",
"android": {
"os_type": "android",
"actions": [
{
"method": "push_albums",
"params": {
"fileUrl": "https://tosv.byted.org/obj/wzh-shoots-ios-pkg/video/recordings/b4b3d1b3902ec0920db2740b87b97a42b9c80f0f_end_1754473925.mp4",
"clearBefore": true
},
"options": {},
"identifier": "action_push_image"
}
]
}
}
]
}