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