Test.json 439 字节
Newer Older
X
xliu 已提交
1 2 3 4
{
    "description": "Configuration for startup process js api Tests",
    "driver": {
        "type": "JSUnitTest",
5
        "test-timeout": "300000",
X
xliu 已提交
6
        "package": "com.example.childprocess",
S
shuxiong 已提交
7
        "shell-timeout": "60000"
X
xliu 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
12
                "ActsProcessJSApiTest.hap"
X
xliu 已提交
13 14 15 16 17 18
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}