{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "300000", "bundle-name": "com.example.actsmanyusersabilitytest", "module-name":"phone", "shell-timeout": "300000", "testcase-timeout": "30000" }, "kits": [ { "type": "ShellKit", "run-command": [ "acm create -n 101 -t normal", "acm switch -i 101" ], "teardown-command":[ "acm delete -i 101" ] }, { "test-file-name": [ "ActsManyUsersAbilityTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true } ] }