{ "description": "Configuration for Image Tests", "driver": { "type": "JSUnitTest", "test-timeout": "300000", "package": "ohos.acts.multimedia.image.Creator", "shell-timeout": "120000" }, "kits": [ { "test-file-name": [ "ActsImageCreatorJsTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ ] }, { "type": "PushKit", "pre-push": [ ], "push": [ ] }, { "type": "ShellKit", "run-command": [ "hilog -Q pidoff" ] } ] }