Test.json 518 字节
Newer Older
B
bayanxing 已提交
1 2 3 4 5 6 7
{
    "description": "Configuration for ActsAceJsApiTest Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "1000000",
        "shell-timeout": "1000000",
        "bundle-name": "com.example.acejsapi",
Y
ywx1211260 已提交
8 9
        "package-name": "com.example.acejsapi",
        "testcase-timeout":"10000"
B
bayanxing 已提交
10 11 12 13 14 15 16 17 18 19 20
    },
    "kits": [
        {
            "test-file-name": [
                "ActsAceJsApiTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}