Test.json 894 字节
Newer Older
J
jiyong_sd 已提交
1 2 3 4 5
{
    "description": "Configuration for intljs Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "300000",
6
        "testcase-timeout": "300000",
J
jiyong_sd 已提交
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
        "shell-timeout": "300000",
        "bundle-name": "ohos.intl.test",
        "package-name": "ohos.intl.test"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsIntlJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
        {
            "type": "PushKit",
            "push": [
                "resource/global/white_languages.xml->/system/usr/ohos_locale_config/white_languages.xml"
            ]
        },
        {
            "type": "ShellKit",
            "run-command": [
                "chmod 644 /system/usr/ohos_locale_config/white_languages.xml"
            ]
        }
    ]
}