Test.json 511 字节
Newer Older
B
bayanxing 已提交
1
{
H
hekun 已提交
2
    "description": "Configuration for hjunit demo Tests",
B
bayanxing 已提交
3 4
    "driver": {
        "type": "OHJSUnitTest",
H
hekun 已提交
5
        "test-timeout": "180000",
B
bayanxing 已提交
6
        "bundle-name": "com.open.harmony.aceEtsApiLack",
H
hekun 已提交
7 8 9
	"module-name": "phone",
        "shell-timeout": "600000",
        "testcase-timeout": "180000"
B
bayanxing 已提交
10
    },
H
hekun 已提交
11
    
B
bayanxing 已提交
12 13 14 15 16 17 18 19 20 21
    "kits": [
        {
            "test-file-name": [
                "ActsAceEtsApiLackTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}