diff --git a/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json b/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json index f806f3692c933f0d01fe72ca4ef69e426c9a009b..9365a079dc202ca4b0e2943ae285ade2a5dea336 100644 --- a/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json +++ b/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json @@ -1,6 +1,6 @@ [ { - "DEVICE_1":[5, 6, 7, 8, 9], + "DEVICE_1":[5, 6, 7, 8, 9, 10], "DEVICE_2":[1, 2, 3, 4], "recent-x-y":[513, 1244], "recent_del-x-y":[360, 1170], @@ -76,7 +76,7 @@ "process_check": ["ps -elf", "com.ohos.medialibrary.medialibrarydata"], "kill_photos": ["killall com.ohos.photos"], "all_actions": [ - [2, "pull_down_cmd"], [5, "screenshot-x-y"], [5, "start_photos"], [2, "last_photos-x-y"], [1, "shot_cmd", "photos"], [1, "cmp_cmd-level", "photos", 65], + [2, "pull_down_cmd"], [5, "screenshot-x-y"], [5, "start_photos"], [2, "last_photos-x-y"], [1, "shot_cmd", "photos"], [1, "cmp_cmd-level", "photos", 70], [1, "process_check"], [2, "sandbox_path_check"], [1, "kill_photos"] ] }, @@ -94,6 +94,14 @@ [5, "start_test"], [1, "stop_hilog"], [1, "compress_log"], [1, "get_file_from_dev", "/data/log/hilog/video_log.tar"], [1, "kill_video"] ] }, + { + "app_name": "note", + "entry": "aa start -a MainAbility -b com.ohos.note", + "kill_note": ["killall com.ohos.note"], + "all_actions": [ + [2, "kill_keyboard-x-y"], [2, "permisson_ok-x-y"], [2, "permisson_ok-x-y"], [5, "note_content-x-y"], [2, "note_content-x-y"], [1, "shot_cmd", "note"], [1, "cmp_cmd-level", "note", 70], [2, "recent-x-y"], [1, "recent_del-x-y"] + ] + }, { "app_name": "contacts", "entry": "aa start -a com.ohos.contacts.MainAbility -b com.ohos.contacts",