Test.json 420 字节
Newer Older
M
mamingshuai 已提交
1 2 3 4
{
    "description": "Configuration for aceceshi Tests",
    "driver": {
        "type": "JSUnitTest",
B
bayanxing 已提交
5
        "test-timeout": "80000",
M
mamingshuai 已提交
6
        "package": "com.example.aceceshi",
B
bayanxing 已提交
7
        "shell-timeout": "80000"
M
mamingshuai 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
12
                "ActsAceStandardTest.hap"
M
mamingshuai 已提交
13 14 15 16 17 18
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}