{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "JSUnitTest", "test-timeout": "60000", "package": "com.example.actsbmsjstest", "shell-timeout": "60000" }, "kits": [ { "test-file-name": [ "ActsBmsJsTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "remount", "mkdir /data/test" ] }, { "type": "PushKit", "push": [ "bmsThirdBundleTest2.hap->/data/test/bmsThirdBundleTest2.hap", "bmsThirdBundleTest5.hap->/data/test/bmsThirdBundleTest5.hap", "bmsThirdBundleJs.hap->/data/test/bmsThirdBundleJs.hap", "bmsThirdBundleC.hap->/data/test/bmsThirdBundleC.hap" ] }, { "type": "ShellKit", "run-command": [ "chmod 644 /data/test/*.hap", "bm install -p /data/test/bmsThirdBundleTest2.hap", "bm install -p /data/test/bmsThirdBundleTest5.hap", "bm install -p /data/test/bmsThirdBundleJs.hap", "bm install -p /data/test/bmsThirdBundleC.hap" ], "teardown-command":[ "bm uninstall -n com.example.third2", "bm uninstall -n com.example.third5", "bm uninstall -n com.example.js", "bm uninstall -n com.example.c", "rm -rf /data/test/" ] } ] }