1{ 2 "description": "Configuration for uitest Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "1800000", 6 "bundle-name": "com.uitest.acts", 7 "package-name": "com.uitest.acts", 8 "shell-timeout": "180000" 9 }, 10 "kits": [ 11 { 12 "test-file-name": [ 13 "ActsUiTest.hap", 14 "ActsUiTestScene.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 }, 19 { 20 "type": "ShellKit", 21 "run-command": [ 22 "param set persist.ace.testmode.enabled 1", 23 "param set persist.sys.suspend_manager_enabled 0", 24 "reboot", 25 "power-shell wakeup", 26 "hilog -Q pidoff", 27 "hilog -b DEBUG", 28 "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", 29 "power-shell setmode 602" 30 ], 31 "teardown-command": [ 32 "param set persist.sys.suspend_manager_enabled 1", 33 "reboot" 34 ] 35 } 36 ] 37}