{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "JSUnitTest", "test-timeout": "180000", "package": "com.example.myapplication", "shell-timeout": "180000" }, "kits": [ { "test-file-name": [ "aceTest.hap", "ActsAccessibilityGestureEventTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "teardown-command":[ "bm uninstall -n com.example.myapplication", "bm uninstall -n com.example.acetest" ] } ] }