• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2
3{
4    "description": "Configuration for camerapicker Tests",
5    "driver": {
6        "type": "OHJSUnitTest",
7        "test-timeout": "3000000",
8        "shell-timeout": "600000",
9        "bundle-name": "com.example.camerapicker",
10        "module-name": "entry_test",
11        "testcase-timeout": 100000
12    },
13    "kits": [
14        {
15            "test-file-name": [
16                "ActsCameraPickerETSTest.hap"
17            ],
18            "run-command": [
19                "hilog -Q pidoff",
20                "rm -rf /storage/media/100/local/files/Videos/*",
21                "power-shell wakeup",
22                "power-shell timeout -o 2147483647",
23                "uinput -T -m 300 2700 280 200",
24                "power-shell setmode 602"
25            ],
26            "teardown-command":[
27                "power-shell setmode 600",
28                "rm -rf /data/app/el2/100/database/com.ohos.medialibrary.medialibrarydata/*",
29                "kill -9 `pidof com.example.camerapicker`",
30                "scanner",
31                "sleep 5"
32            ],
33            "type": "AppInstallKit",
34            "cleanup-apps": true
35        }
36    ]
37}