Test.json 545 字节
Newer Older
W
wangyulie 已提交
1 2 3 4 5 6
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "180000",
        "bundle-name": "com.actsffrt.napitest",
W
wangyulie 已提交
7
        "module-name": "entry_test",
W
wangyulie 已提交
8 9 10 11 12 13
        "shell-timeout": "600000",
        "testcase-timeout": 70000
    },
    "kits": [
        {
            "test-file-name": [
W
wangyulie 已提交
14 15
                "ActsFfrtNativeTest.hap",
                "ActsFfrtMainTest.hap"
W
wangyulie 已提交
16 17 18 19 20 21 22
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ] 
}