{ "description": "Configuration for Image Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "100000", "shell-timeout": "120000", "bundle-name": "ohos.acts.multimedia.image.Webp", "package-name": "ohos.acts.multimedia.image.Webp", "testcase-timeout": 60000 }, "kits": [ { "test-file-name": [ "ActsImageWebpJsTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files/", "chmod -R 666 /data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files/*" ], "teardown-command": [] }, { "type": "PushKit", "push": [ "./resource/image/test_large.webp ->/data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files" ] }, { "type": "ShellKit", "run-command": [ "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files/test_large.webp", "hilog -Q pidoff", "hilog -b D" ], "teardown-command": [ "hilog -b X" ] } ] }