{
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "180000",
"shell-timeout": "300000",
"bundle-name": "com.example.startuptest.static",
"module-name": "entry",
"testcase-timeout": 20000
},
"kits": [
{
"test-file-name": [
"ActsStartUpStaticTest.hap",
"StartupManualHelp1Static.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},{
"type": "ShellKit",
"run-command": [
"power-shell wakeup",
"param set persist.sys.abilityms.support.ecologicalrulemgrservice false",
"power-shell timeout -o 86400000",
"power-shell setmode 602"
],
"teardown-command": [
"param set persist.sys.abilityms.support.ecologicalrulemgrservice true"
]
}
]
}