1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "300000", 6 "bundle-name": "com.acts.actsinterfacemultiuserstest", 7 "module-name":"phone", 8 "shell-timeout": "300000", 9 "testcase-timeout": "30000" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsAmsUsersSystemTest.hap", 15 "ActsAmsUsersKillProcessAppA.hap", 16 "ActsAmsUsersKillProcessAppB.hap", 17 "ActsAmsUsersKillProcessAppC.hap", 18 "ActsAmsUsersApi7AppA.hap" 19 ], 20 "type": "AppInstallKit", 21 "cleanup-apps": false 22 } 23 ] 24}