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