Test.json 476 字节
Newer Older
Q
qu-xianfei 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
    "description": "Configuration for storage file Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "120000",
        "shell-timeout": "120000",
        "bundle-name": "ohos.acts.storage.file",
        "package-name": "ohos.acts.storage.file_test"
    },
    "kits": [
        {
            "test-file-name": ["ActsStorageFileJSTest.hap"],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
17
}