Test.json 761 字节
Newer Older
J
jsjzju 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
    "description": "Configuration for aceceshi Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "600000",
        "bundle-name": "com.example.uiextensiontest",
        "module-name": "entry",
        "shell-timeout": "600000",
        "testcase-timeout":"30000"
    },
    "kits": [
        {
            "test-file-name": [
                "UIExtensionTest.hap",
15
				"UIExtensionProvider.hap",
X
xialiangwei 已提交
16
                "StartAbilityByUIContentSession.hap"
J
jsjzju 已提交
17 18 19
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
X
xialiangwei 已提交
20 21 22 23 24 25 26
        },
        {
            "type": "ShellKit",
            "run-command": [
                "power-shell wakeup",
                "power-shell setmode 602"
            ]
J
jsjzju 已提交
27 28 29 30
        }
    ]
}