Test.json 631 字节
Newer Older
Z
zhaoyuan17 已提交
1 2 3
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
J
jiyong_sd 已提交
4
        "type": "OHJSUnitTest",
Z
zhaoyuan17 已提交
5
        "test-timeout": "60000",
J
jiyong_sd 已提交
6 7
        "bundle-name": "com.example.actsgetallaccessiblemultiple",
        "package-name": "com.example.actsgetallaccessiblemultiple",
Z
zhaoyuan17 已提交
8 9 10 11 12
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
13
                "ActsGetAllAccessibleMultipleTest.hap",
Z
zhaoyuan17 已提交
14 15 16 17 18 19 20 21
                "ActsAccountAccessibleFirst.hap",
                "ActsAccountAccessibleSecond.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}