Test.json 820 字节
Newer Older
Y
yuxiaoya2 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "1200000",
        "shell-timeout": "1200000",
        "bundle-name": "ohos.acts.distributedschedule.continuationmanager",
        "package-name": "ohos.acts.distributedschedule.continuationmanager"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsContinuationManagerJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
17 18 19 20 21 22 23 24
        },
        {
            "type": "ShellKit",
            "run-command": [
                "power-shell wakeup",
                "power-shell setmode 602",
                "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100"
            ]
Y
yuxiaoya2 已提交
25 26 27
        }
    ]
}