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