{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "JSUnitTest", "test-timeout": "120000", "package": "com.example.actsbundlemanageruninstall", "shell-timeout": "60000" }, "kits": [ { "test-file-name": [ "ActsBundleManagerUninstallTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "PushKit", "push": [ "bmsJstest1.hap->/data/bmsJstest1.hap", "bmsJstest3.hap->/data/bmsJstest3.hap", "bmsJstest4.hap->/data/bmsJstest4.hap", "bmsJstest5.hap->/data/bmsJstest5.hap", "bmsJstest6.hap->/data/bmsJstest6.hap", "bmsJstest8.hap->/data/bmsJstest8.hap" ] }, { "type": "ShellKit", "run-command": [ "chmod 644 /data/*.hap" ] } ] }