Test.json 452 字节
Newer Older
X
xliu 已提交
1 2 3
{
    "description": "Configuration for startup util js api Tests",
    "driver": {
4
        "type": "OHJSUnitTest",
X
xdmal 已提交
5
        "test-timeout": "800000",
6 7 8
	"shell-timeout": "800000",
	"bundle-name": "com.example.util",
	"package-name": "com.example.util"
X
xliu 已提交
9 10 11 12
    },
    "kits": [
        {
            "test-file-name": [
13
                "ActsUtilJsTest.hap"
X
xliu 已提交
14 15 16 17 18 19
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}