1{ 2 "description": "Configuration for MiscservicesRequestJSApiTest js api Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "bundle-name": "com.acts.requesttest", 7 "package-name": "com.acts.requesttest", 8 "shell-timeout": "600000", 9 "testcase-timeout": 15000 10 }, 11 "kits": [ 12 { 13 "test-file-name": ["ActsRequestETSApiTest.hap"], 14 "type": "AppInstallKit", 15 "cleanup-apps": true 16 }, 17 { 18 "type": "ShellKit", 19 "run-command": [ 20 ] 21 } 22 ] 23}