1{ 2 "description": "Configuration for httpplayer Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "2000000", 6 "shell-timeout": "60000", 7 "bundle-name": "ohos.acts.multimedia.http.httpplayer", 8 "module-name": "entry_test" 9 }, 10 "kits": [ 11 { 12 "type": "PushKit", 13 "pre-push": [], 14 "push": [] 15 }, 16 { 17 "type": "ShellKit", 18 "run-command": [], 19 "teardown-command": [] 20 }, 21 { 22 "test-file-name": [ 23 "ActsHTTPPlayerJsTest.hap" 24 ], 25 "type": "AppInstallKit", 26 "cleanup-apps": true 27 } 28 ] 29}