Test.json 513 字节
Newer Older
Y
y00314596 已提交
1 2 3 4 5
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "600000",
6
        "testcase-timeout": "300000",
Y
y00314596 已提交
7 8 9 10 11 12 13 14 15 16 17 18 19 20
	    "bundle-name": "ohos.global.napitest",
        "package-name": "ohos.global.napitest",
        "shell-timeout": "600000"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsGlobalNapiTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}