{ "description": "Configuration for uitest Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "1800000", "bundle-name": "com.uitest.acts", "package-name": "com.uitest.acts", "shell-timeout": "180000" }, "kits": [ { "type": "PushKit", "push": [ "ActsUiTestScene.hap -> /data/ActsUiTestScene.hap" ] }, { "test-file-name": [ "ActsUiTest.hap", "ActsUiTestScene.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "param set persist.ace.testmode.enabled 1", "power-shell wakeup", "hilog -Q pidoff", "hilog -b DEBUG", "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", "power-shell setmode 602" ] } ] }