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