Test.json 830 字节
Newer Older
H
huangke11 已提交
1 2 3 4 5 6 7 8 9 10 11
{
    "description": "Configuration for cust js api Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "300000",
        "package": "ohos.cust.test",
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
H
huangke11 已提交
12
                "ActsCustJsTest.hap"
H
huangke11 已提交
13 14 15
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
H
huangke11 已提交
16 17 18 19
        },
        {
            "type": "ShellKit",
            "run-command": [
20 21 22 23 24 25
                "mkdir -p /system/custxmltest/",
                "mkdir -p /sys_prod/custxmltest/",
                "touch /system/custxmltest/system.xml",
                "touch /system/custxmltest/both.xml",
                "touch /sys_prod/custxmltest/both.xml",
                "touch /sys_prod/custxmltest/user.xml"
H
huangke11 已提交
26
            ]
H
huangke11 已提交
27 28 29
        }
    ]
}