Test.json 431 字节
Newer Older
X
xliu 已提交
1 2 3 4
{
    "description": "Configuration for startup worker js api Tests",
    "driver": {
        "type": "JSUnitTest",
D
duwenbo 已提交
5
        "test-timeout": "800000",
X
xliu 已提交
6
        "package": "com.example.workerxts",
D
duwenbo 已提交
7
        "shell-timeout": "90000"
X
xliu 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
Q
quxianfei 已提交
12
                "ActsWorkerJSTest.hap"
X
xliu 已提交
13 14 15 16 17 18
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}