Test.json 756 字节
Newer Older
1
15829070344 已提交
1 2 3 4
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "OHJSUnitTest",
5
        "test-timeout": "3000000",
1
15829070344 已提交
6 7
        "bundle-name": "com.example.accounttstest",
        "module-name": "phone",
8 9
        "shell-timeout": "3000000",
        "testcase-timeout": 50000
1
15829070344 已提交
10 11 12 13
    },
    "kits": [
        {
            "test-file-name": [
14 15 16
                "ActsAccountTsTest.hap",
                "ActsAccountOauthtoken.hap",
                "ActsAccountAuthenticator.hap"
1
15829070344 已提交
17 18 19 20 21 22 23 24 25 26 27 28
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
        {
            "type": "ShellKit",
            "teardown-command":[
                "bm uninstall -n com.example.accounttstest"
            ]
        }
    ]
}