1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "3000000", 6 "bundle-name": "com.example.actsaccounttest", 7 "package-name": "com.example.actsaccounttest", 8 "shell-timeout": "3000000" 9 }, 10 "kits": [ 11 { 12 "test-file-name": [ 13 "ActsAccountTest.hap", 14 "ActsAccountSceneAppAccess.hap", 15 "ActsAccountSceneOnOff.hap", 16 "ActsAccountOauthtoken.hap", 17 "ActsAccountAuthenticator.hap", 18 "ActsAccountOperateTest.hap" 19 ], 20 "type": "AppInstallKit", 21 "cleanup-apps": true 22 } 23 ] 24} 25