1{ 2 "description": "Configuration for startup process js api Tests", 3 "driver": { 4 "type": "JSUnitTest", 5 "test-timeout": "800000", 6 "package": "com.example.childprocess", 7 "shell-timeout": "90000" 8 }, 9 "kits": [ 10 { 11 "test-file-name": [ 12 "ActsProcessJSApiTest.hap" 13 ], 14 "type": "AppInstallKit", 15 "cleanup-apps": true 16 } 17 ] 18}