{
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "120000",
"shell-timeout": "120000",
"bundle-name": "com.example.mydevicestatusapp",
"module-name": "entry_test",
"testcase-timeout": 70000
},
"kits": [
{
"test-file-name": [
"ActsMsdpDeviceStatusNoPermissionTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},{
"type": "ShellKit",
"run-command": [
"power-shell wakeup",
"power-shell setmode 602"
]
}
]
}