{
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "180000",
"bundle-name": "com.example.actsterminateselfwithresulttest",
"module-name": "entry_test",
"shell-timeout": "600000",
"testcase-timeout": 70000
},
"kits": [
{
"test-file-name": [
"ActsTerminateselfWithResultTest.hap",
"ActsTerminateselfWithResultEntry.hap",
"TerminateSelfWithResultTestHap.hap",
"TerminateSelfWithResultTestHap2.hap",
"TerminateSelfWithResultHelper.hap",
"TerminateSelfWithResultHelperSecond.hap",
"TerminalSelfDelayHelper.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"power-shell wakeup",
"power-shell timeout -o 86400000",
"power-shell setmode 602",
"uinput -T -m 300 1279 280 200",
"uinput -T -d 300 600 -u 300 100",
"param set persist.sys.abilityms.support.ecologicalrulemgrservice false"
],
"teardown-command": [
"param set persist.sys.abilityms.support.ecologicalrulemgrservice true"
]
}
]
}