{ "description": "Configuration for uitest Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "1800000", "bundle-name": "com.uitest.acts", "package-name": "com.uitest.acts", "shell-timeout": "180000", "testcase-timeout": "1800000" }, "kits": [ { "type": "ShellKit", "run-command": [ "param set persist.ace.testmode.enabled 1", "param set persist.sys.suspend_manager_enabled 0", "reboot", "wait 5", "power-shell wakeup", "uinput -T -m 300 2700 280 200", "wait 5", "uinput -T -m 300 2700 280 200", "uinput -K -d 2054 -u 2054", "power-shell setmode 602" ], "teardown-command": [ "param set persist.sys.suspend_manager_enabled 1", "reboot" ] }, { "test-file-name": [ "ActsUiTest.hap", "ActsUiTestScene.hap" ], "type": "AppInstallKit", "cleanup-apps": true } ] }