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