Test.json 723 字节
Newer Older
J
jiyong_sd 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
    "description": "Configuration for Image Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "300000",
        "shell-timeout": "300000",
        "testcase-timeout": 60000,
        "bundle-name": "ohos.acts.multimedia.image.PixelMapFramework",
        "package-name": "ohos.acts.multimedia.image.PixelMapFramework"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsImagePixelMapFrameworkJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
L
lwx1121892 已提交
18 19 20 21
        },
        {
            "type": "ShellKit",
            "run-command": [
Q
qinliwen 已提交
22
                "hilog -Q pidoff"
L
lwx1121892 已提交
23
            ]
J
jiyong_sd 已提交
24 25 26
        }
    ]
}