Test.json 557 字节
Newer Older
Z
zhijianwen 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
    "description": "Configuration for videoplayer Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "2000000",
        "shell-timeout": "2000000",
        "testcase-timeout": 60000,
        "bundle-name": "ohos.acts.multimedia.mediaLibrarystore",
        "package-name": "ohos.acts.multimedia.mediaLibrarystore"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsMediaLibraryStoreTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}