Test.json 568 字节
Newer Older
C
chensi10 已提交
1 2 3 4
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "JSUnitTest",
5
        "test-timeout": "300000",
C
chensi10 已提交
6
        "package": "com.example.actsamstestfifthscene",
C
chengxingzhen 已提交
7
        "shell-timeout": "600000"
C
chensi10 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
12
                "ActsAmsTestFifthSceneTest.hap",
Z
zhaoyuan17 已提交
13
                "simulateFAbilityFir.hap",
J
jiyong 已提交
14 15
                "simulateFAbilitySed.hap",
                "verifyIAbility.hap"
C
chensi10 已提交
16 17 18 19 20 21
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}