Test.json 835 字节
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 22 23 24
        },
        {
            "type": "ShellKit",
            "run-command": [
                "hilog -Q pidoff",
                "hilog -b D"
            ],
L
lwx1121892 已提交
25 26 27
            "teardown-command": [
                "hilog -b X"
            ]
J
jiyong_sd 已提交
28 29 30
        }
    ]
}