1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "60000", 6 "bundle-name": "com.example.actsgetallaccounts", 7 "package-name": "com.example.actsgetallaccounts", 8 "shell-timeout": "60000" 9 }, 10 "kits": [ 11 { 12 "test-file-name": [ 13 "ActsGetAllAccountsTest.hap", 14 "ActsSceneGetAllAccounts.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 } 19 ] 20} 21