Test.json 629 字节
Newer Older
M
mamingshuai 已提交
1 2 3 4
{
    "description": "Configuration for aceceshi Tests",
    "driver": {
        "type": "JSUnitTest",
L
luffy505 已提交
5
        "test-timeout": "2500000",
M
mamingshuai 已提交
6
        "package": "com.example.aceceshi",
L
luffy505 已提交
7
        "shell-timeout": "1800000"
M
mamingshuai 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
12
                "ActsAceStandardTest.hap"
M
mamingshuai 已提交
13 14 15
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
J
jiyong_sd 已提交
16 17 18 19
        },
		{
            "type": "ShellKit",
            "run-command": [
H
hekun 已提交
20
                "hilog -Q pidoff",
H
hekun 已提交
21 22
                "power-shell wakeup",
                "power-shell setmode 602"
J
jiyong_sd 已提交
23
            ]
M
mamingshuai 已提交
24 25 26
        }
    ]
}