1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "JSUnitTest", 5 "test-timeout": "180000", 6 "package": "com.example.actsansactionbuttontest", 7 "shell-timeout": "60000" 8 }, 9 "kits": [ 10 { 11 "test-file-name": [ 12 "ActsAnsActionButtonTest.hap", 13 "testA.hap", 14 "testB.hap", 15 "testC.hap" 16 ], 17 "type": "AppInstallKit", 18 "cleanup-apps": true 19 } 20 ] 21} 22