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