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