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