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