{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "180000", "bundle-name": "com.example.newwanttest", "module-name": "phone", "shell-timeout": "600000", "testcase-timeout": 70000 }, "kits": [ { "test-file-name": [ "ActsAmsNewWantTest.hap", "ActsAmsNewWantRelyHap.hap", "ActsAmsNewWantBRelyHap.hap", "ActsAmsNewWantARelyHap.hap", "ActsAmsNewWantApi7RelyHap.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "remount" ] }, { "type": "PushKit", "push": [ ] }, { "type": "ShellKit", "run-command": [ "chmod 644 /data/*.hap" ] } ] }