Test.json 772 字节
Newer Older
C
chensi10 已提交
1 2 3 4
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "JSUnitTest",
5
        "test-timeout": "300000",
J
jiyong 已提交
6
        "package": "com.example.actsfeatureabilitytest",
C
chengxingzhen 已提交
7
        "shell-timeout": "600000"
C
chensi10 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
Z
zhaoyuan17 已提交
12 13 14 15 16 17 18
                "FinishWithResultEmptyTest.hap",
                "FinishWithResultPromiseParametersTest.hap",
                "FinishWithResultTest.hap",
                "GetCallingBundlePromiseTest.hap",
                "StartAbility.hap",
                "StartAbilityForResult.hap",
                "TerminateAbilityTest.hap",
C
chensi10 已提交
19
                "ActsFeatureAbilityTest.hap"
C
chensi10 已提交
20 21 22
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
Z
zhaoyuan17 已提交
23
        }
C
chensi10 已提交
24 25
    ]
}