1{ 2 "description": "Configuration for Image Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "1500000", 6 "shell-timeout": "1500000", 7 "bundle-name": "ohos.acts.multimedia.image.Packing", 8 "package-name": "ohos.acts.multimedia.image.Packing", 9 "testcase-timeout": 60000 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsImagePackingJsTest.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 }, 19 { 20 "type": "ShellKit", 21 "run-command": [ 22 "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.Packing/haps/entry/files/", 23 "chmod -R 666 /data/app/el2/100/base/ohos.acts.multimedia.image.Packing/haps/entry/files/*" 24 ], 25 "teardown-command": [] 26 }, 27 { 28 "type": "PushKit", 29 "pre-push": [], 30 "push": [ 31 "./resource/image/test.png ->/data/app/el2/100/base/ohos.acts.multimedia.image.Packing/haps/entry/files" 32 ] 33 }, 34 { 35 "type": "ShellKit", 36 "run-command": [] 37 } 38 ] 39}