Test.json 457 字节
Newer Older
L
lxq 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
    "description": "Configuration for Image Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "300000",
        "package": "ohos.acts.multimedia.image.PixelMapFramework",
		"shell-timeout": "120000"
    },
    "kits": [
		{
            "test-file-name": [
                "ActsImagePixelMapFrameworkJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
       
    ]
    
}