Test.json 497 字节
Newer Older
R
Riachel 已提交
1 2 3 4 5 6
{
    "description": "Configuration for startup taskpool js api Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "800000",
        "bundle-name": "com.example.taskpool",
7 8
        "module-name": "entry",
        "shell-timeout": "800000"
R
Riachel 已提交
9 10 11 12 13 14 15 16 17
    },
    "kits": [
        {
            "test-file-name": [
                "ActsTaskPoolJSApiTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
18 19
    ] 
}