{
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "600000",
"testcase-timeout": "300000",
"bundle-name": "ohos.global.napitest",
"shell-timeout": "600000",
"module-name": "entry_test"
},
"kits": [
{
"test-file-name": [
"ActsGlobalNapiTestMain.hap",
"ActsGlobalNapiTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
}