{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "JSUnitTest", "test-timeout": "300000", "package": "com.example.staticinfomationquery", "shell-timeout": "300000" }, "kits": [ { "test-file-name": [ "ActsAmsStaticInfoMationQueryTest.hap", "ActsAmsStaticQueryTestTwoRelyHap.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "remount" ] }, { "type": "ShellKit", "run-command": [ "chmod 644 /data/*.hap" ] } ] }