Test.json 724 字节
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
                "ActsAccountSceneOnOff.hap",
16
                "ActsAccountOauthtoken.hap",
1
15829070344 已提交
17 18
                "ActsAccountAuthenticator.hap",
                "ActsAccountOperateTest.hap"
Z
zhaoyuan17 已提交
19 20 21 22 23 24
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}