Test.json 612 字节
Newer Older
C
chensi10 已提交
1 2 3 4
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "JSUnitTest",
J
jiyong 已提交
5
        "test-timeout": "120000",
C
chensi10 已提交
6
        "package": "com.example.actsamscallbackfourthscene",
S
shuxiong 已提交
7
        "shell-timeout": "60000"
C
chensi10 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
12
                "ActsAmsCallBackFourthSceneTest.hap",
J
jiyong 已提交
13 14 15 16
                "simulateFAbilityFir.hap",
                "verifyAAbility.hap",
                "verifyIAbility.hap",
                "simulateEAbility.hap"
C
chensi10 已提交
17 18 19 20 21 22
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}