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