1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "JSUnitTest", 5 "test-timeout": "180000", 6 "package": "com.example.ActsEffectKitTest", 7 "shell-timeout": "600000" 8 }, 9 "kits": [{ 10 "test-file-name": [ 11 "ActsEffectKitTest.hap" 12 ], 13 "type": "AppInstallKit", 14 "cleanup-apps": true 15 }] 16}