1{
2    "description": "Configuration for storage picker Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "180000",
6        "bundle-name": "ohos.acts.storage.picker",
7        "module-name": "entry_test",
8        "shell-timeout": "600000",
9        "testcase-timeout": 100000
10    },
11    "kits": [
12        {
13            "type": "ShellKit",
14            "pre-push": [],
15            "run-command": [
16                "param set persist.ace.testmode.enabled 1",
17                "power-shell wakeup",
18                "uinput  -T -d 300 600 -m 300 600 300 100 -u 300 100",
19                "power-shell setmode 602"
20            ]
21        },
22        {
23            "type": "PushKit",
24            "pre-push": [],
25            "push": []
26        },
27        {
28            "type": "ShellKit",
29            "teardown-command": [
30                "reboot"
31            ]
32        },
33        {
34            "test-file-name": [
35                "ActsStoragePickerJSTest.hap"
36            ],
37            "type": "AppInstallKit",
38            "cleanup-apps": true
39        }
40    ]
41}