Test.json 570 字节
Newer Older
1 2 3 4 5 6 7
{
    "description": "Configuration for MiscservicesRequestJSApiTest js api Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "600000",
        "bundle-name": "com.acts.requesttest",
        "package-name": "com.acts.requesttest",
Z
zhangyushuai 已提交
8
        "shell-timeout": "600000"
9 10 11 12 13 14 15 16 17 18 19 20 21 22
    },
    "kits": [
        {
            "test-file-name": ["ActsRequestETSApiTest.hap"],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
        {
            "type": "ShellKit",
            "run-command": [
            ]
        }
    ]
}