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 "type": "ShellKit", 13 "run-command": [ 14 "param set persist.ace.testmode.enabled 1", 15 "param set persist.sys.suspend_manager_enabled 0", 16 "reboot", 17 "power-shell wakeup", 18 "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", 19 "power-shell setmode 602" 20 ], 21 "teardown-command": [ 22 "param set persist.sys.suspend_manager_enabled 1", 23 "reboot" 24 ] 25 }, 26 { 27 "test-file-name": [ 28 "ActsUiTest.hap", 29 "ActsUiTestScene.hap" 30 ], 31 "type": "AppInstallKit", 32 "cleanup-apps": true 33 } 34 ] 35}