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