1{ 2 "description": "检查备忘录应用是否能正常启动,点击笔记内容是否能拉起键盘输入法", 3 "environment": [ 4 { 5 "type": "device", 6 "label": "phone" 7 } 8 ], 9 "driver": { 10 "type": "DeviceTest", 11 "py_file": ["Note.py"] 12 } 13}