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