Test.json 444 字节
Newer Older
J
jiyong 已提交
1
{
J
jiyong 已提交
2
    "description": "Configuration for settings Tests",
J
jiyong 已提交
3 4 5 6 7 8 9 10 11
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "600000",
        "package": "com.open.harmony.settings",
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong_sd 已提交
12
                "ActsSettingsEtsTest.hap"
J
jiyong 已提交
13 14 15 16 17 18
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}