1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.example.apicoverhaptest", 7 "module-name": "phone", 8 "shell-timeout": "300000", 9 "testcase-timeout": 20000 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsApiCoverhapTest.hap", 15 "FaSupplement.hap", 16 "StageSupplement.hap", 17 "FormModule.hap" 18 ], 19 "type": "AppInstallKit", 20 "cleanup-apps": true 21 } 22 ] 23}