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