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