1{ 2 "description": "Configuration for Image Tests", 3 "driver": { 4 "type": "JSUnitTest", 5 "test-timeout": "300000", 6 "package": "ohos.acts.multimedia.image.Creator", 7 "shell-timeout": "120000" 8 }, 9 "kits": [ 10 { 11 "test-file-name": [ 12 "ActsImageCreatorJsTest.hap" 13 ], 14 "type": "AppInstallKit", 15 "cleanup-apps": true 16 }, 17 { 18 "type": "ShellKit", 19 "run-command": [ 20 ] 21 }, 22 { 23 "type": "PushKit", 24 "pre-push": [ 25 ], 26 "push": [ 27 ] 28 }, 29 30 { 31 "type": "ShellKit", 32 "run-command": [] 33 } 34 ] 35 36}