“170ff07cf93a0c9a6e89aee9fa06dc5c10472442”上不存在“dist/assets/bedrock.3e3a8330.png”
Test.json 576 字节
Newer Older
Q
q00313334 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{
    "description": "Configuration for geolocation js api Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "600000",
        "package": "ohos.acts.location.geolocation.function",
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
                "ActslocationJSApiTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
J
jiyong_sd 已提交
16 17 18 19 20 21
        },
		{
            "type": "ShellKit",
            "run-command": [
                "hilog -Q pidoff"
            ]
Q
q00313334 已提交
22 23 24
        }
    ]
}