Test.json 745 字节
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 16 17 18 19 20 21 22 23 24 25 26
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
        "run-command": [
            "mkdir -p /system/etc/custxml/",
            "mkdir -p /sys-prod/etc/custxml/",
            "touch /system/etc/custxml/system.xml",
            "touch /system/etc/custxml/both.xml",
            "touch /sys-prod/etc/custxml/both.xml",
            "touch /sys-prod/etc/custxml/user.xml"
        ]
    ]
}