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