Test.json 443 字节
Newer Older
1
{
R
raoxian 已提交
2
    "description": "Configuration for storage fileio Tests",
3 4
    "driver": {
        "type": "JSUnitTest",
S
shuxiong 已提交
5
        "test-timeout": "60000",
R
raoxian 已提交
6
        "package": "ohos.acts.storage.fileioerror",
S
shuxiong 已提交
7
        "shell-timeout": "60000"
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
12
                "ActsStorageFileIoErrorJsTest.hap"
13 14 15 16 17 18
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}