Test.json 444 字节
Newer Older
高曦 已提交
1 2 3 4
{
    "description": "Configuration for PasteBoard js api Tests",
    "driver": {
        "type": "JSUnitTest",
L
liulinna 已提交
5 6 7
        "test-timeout": "1800000",
        "package": "com.open.harmony.pasteboard",
        "shell-timeout": "1800000"
高曦 已提交
8 9 10 11 12 13 14 15 16 17 18
    },
    "kits": [
        {
            "test-file-name": [
                "ActsPasteBoardJSApiTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}