{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "JSUnitTest", "test-timeout": "180000", "package": "com.example.amsZipfileUnzipfileST", "shell-timeout": "60000" }, "kits": [ { "test-file-name": [ "amsZipfileUnzipfileST.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "remount", "mkdir /data/test" ] }, { "type": "PushKit", "push": [ "amsZipfileUnzipfileST.hap->/data/test/amsZipfileUnzipfileST.hap" ] }, { "type": "ShellKit", "run-command": [ "chmod 644 /data/test/*.hap" ] } ] }