Test.json 787 字节
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
        "shell-timeout": "600000"
    },
    "kits": [
Z
zhangyushuai 已提交
11 12 13 14 15 16 17 18 19
        {
            "type": "ShellKit",
            "run-command": [
                "power-shell wakeup",
                "power-shell setmode 602",
                "uinput -T -m 300 720 300 360 200",
                "uinput -T -m 650 2760 650 1380 200"
            ]
        },
G
gaoxi 已提交
20 21
        {
            "test-file-name": [
22
                "ActsScreenLockETSApiTest.hap"
G
gaoxi 已提交
23 24 25 26 27 28
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}