• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for avRecorder Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "1000000",
6        "shell-timeout": "1000000",
7        "testcase-timeout": 60000,
8        "bundle-name": "ohos.acts.multimedia.avrecorder",
9        "package-name": "ohos.acts.multimedia.avrecorder"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsAVRecorderJsTest.hap"
15            ],
16            "type": "AppInstallKit",
17            "cleanup-apps": true
18        },
19        {
20            "type": "ShellKit",
21            "run-command": [
22                "rm -rf /storage/media/100/local/files/Videos/*",
23                "param set persist.ace.testmode.enabled 1",
24                "power-shell wakeup",
25                "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
26                "power-shell setmode 602"
27            ],
28            "teardown-command":[
29                "power-shell setmode 600"
30            ],
31            "cleanup-apps": true
32        }
33    ]
34}