1{ 2 "description": "Configuration for Image Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "100000", 6 "shell-timeout": "120000", 7 "bundle-name": "ohos.acts.multimedia.image.Webp", 8 "testcase-timeout": 60000, 9 "module-name": "entry_test" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsImageWebpJsTest.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.Webp/haps/entry_test/files/", 23 "chmod -R 666 /data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry_test/files/*" 24 ], 25 "teardown-command": [] 26 }, 27 { 28 "type": "PushKit", 29 "push": [ 30 "./resource/image/test_large.webp ->/data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry_test/files", 31 "./resource/image/moving_test.webp ->/data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry_test/files", 32 "./resource/image/test.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry_test/files" 33 ] 34 }, 35 { 36 "type": "ShellKit", 37 "run-command": [ 38 "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry_test/files/test_large.webp" 39 ] 40 } 41 ] 42}