1{ 2 "description": "Configuration for esmodule_ohostest_hap Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "1800000", 6 "bundle-name": "com.esmodule.acts", 7 "module-name": "entry_test", 8 "shell-timeout": "180000", 9 "compile-mode": "esmodule" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsDemoMainTest-hardephsp-default-signed.hsp", 15 "ActsDemoMainTest-hspdephsp-default-signed.hsp", 16 "ActsDemoMainTest-Sharelibraryhsp-default-signed.hsp", 17 "ActsDemoMainTest-entry-default-signed.hap", 18 "ActsHSPDemoTest.hap" 19 ], 20 "type": "AppInstallKit", 21 "cleanup-apps": true 22 } 23 ] 24}