Test.json 560 字节
Newer Older
1 2 3
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
C
chengxingzhen 已提交
4 5 6 7 8 9
        "type": "OHJSUnitTest",
        "test-timeout": "300000",
        "bundle-name": "com.amsst.actsabilitydelegatorcasetest",
        "package-name": "com.amsst.actsabilitydelegatorcasetest",
        "shell-timeout": "300000",
        "testcase-timeout":"30000"
10 11 12 13 14 15 16 17 18 19 20
    },
    "kits": [
        {
            "test-file-name": [
                "ActsAbilityDelegatorCaseTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}