Test.json 505 字节
Newer Older
G
gaoxi 已提交
1 2 3
{
    "description": "Configuration for screenlock js api Tests",
    "driver": {
4
        "type": "OHJSUnitTest",
G
gaoxi 已提交
5
        "test-timeout": "600000",
6 7
	    "bundle-name": "com.acts.theme.screenlocktest",
        "package-name": "com.acts.theme.screenlocktest",
G
gaoxi 已提交
8 9 10 11 12
        "shell-timeout": "600000"
    },
    "kits": [
        {
            "test-file-name": [
13
                "ActsScreenLockETSApiTest.hap"
G
gaoxi 已提交
14 15 16 17 18 19
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}