Test.json 486 字节
Newer Older
1 2 3 4 5
{
    "description": "Configuration for resourceschedule js api Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "300000",
6
        "package": "ohos.acts.resourceschedule.reminderagent.js.function",
7 8 9 10 11 12 13 14 15 16 17 18
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsResourcescheduleReminderAgentTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}