• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for videoplayer Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "2000000",
6        "shell-timeout": "2000000",
7        "testcase-timeout": 60000,
8        "bundle-name": "ohos.acts.multimedia.video.videoplayer",
9        "package-name": "ohos.acts.multimedia.video.videoplayer"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsVideoPlayerJsTest.hap"
15            ],
16            "type": "AppInstallKit",
17            "cleanup-apps": true
18        },
19        {
20          "type": "ShellKit",
21          "run-command": [
22              "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.video.videoplayer/haps/entry/files",
23              "power-shell setmode 602"
24            ],
25          "teardown-command":[
26              "power-shell setmode 600"
27          ]
28        },
29        {
30            "type": "PushKit",
31            "pre-push": [],
32            "push": [
33                "./resource/audio/H264_AAC.mp4 ->/data/app/el2/100/base/ohos.acts.multimedia.video.videoplayer/haps/entry/files/",
34                "./resource/audio/01.mp3 ->/data/app/el2/100/base/ohos.acts.multimedia.video.videoplayer/haps/entry/files/"
35            ]
36        }
37    ]
38}