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