{
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "180000",
"testcase-timeout": "15000",
"bundle-name": "com.example.landscapewindow",
"module-name": "entry_test",
"shell-timeout": "600000"
},
"kits": [
{
"type": "ShellKit",
"run-command": [
"power-shell wakeup",
"uinput -T -m 300 2700 280 200",
"power-shell setmode 602",
"param set persist.sys.abilityms.support.ecologicalrulemgrservice false"
],
"teardown-command": [
"power-shell setmode 600",
"param set persist.sys.abilityms.support.ecologicalrulemgrservice true"
]
},
{
"test-file-name": [
"ActsLandscapeWindowTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
}