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