Test.json 719 字节
Newer Older
高曦 已提交
1 2 3
{
    "description": "Configuration for PasteBoard js api Tests",
    "driver": {
4 5 6 7 8
        "type": "OHJSUnitTest",
        "test-timeout": "600000",
        "bundle-name": "com.acts.distributeddatamgr.pasteboardtest",
        "package-name": "com.acts.distributeddatamgr.pasteboardtest",
        "shell-timeout": "60000"
高曦 已提交
9 10 11
    },
    "kits": [
        {
12
            "test-file-name": ["ActsPasteBoardETSApiTest.hap"],
高曦 已提交
13 14
            "type": "AppInstallKit",
            "cleanup-apps": true
15 16 17
        },
        {
            "type": "ShellKit",
L
lina123456 已提交
18 19 20 21 22
            "run-command": [
                "power-shell wakeup",
				"uinput -T -m 594 2117 594 864 400",
                "power-shell setmode 602"
            ]
高曦 已提交
23 24
        }
    ]
25
}