Test.json 630 字节
Newer Older
Z
zhaoyuan17 已提交
1 2 3
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
J
jiyong_sd 已提交
4
        "type": "OHJSUnitTest",
高曦 已提交
5
        "test-timeout": "3000000",
J
jiyong_sd 已提交
6 7 8
        "bundle-name": "com.example.actsaccounttest",
        "package-name": "com.example.actsaccounttest",
        "shell-timeout": "3000000"
Z
zhaoyuan17 已提交
9 10 11 12 13
    },
    "kits": [
        {
            "test-file-name": [
                "ActsAccountTest.hap",
Z
zhaoyuan17 已提交
14
                "ActsAccountSceneAppAccess.hap",
高曦 已提交
15 16
                "ActsAccountSceneOnOff.hap",
                "ActsAccountOauthtoken.hap"
Z
zhaoyuan17 已提交
17 18 19 20 21 22
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}