1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.acts.inputmethoddrawncontrol.test", 7 "module-name": "phone", 8 "shell-timeout": "600000", 9 "testcase-timeout": "40000" 10 }, 11 "kits": [ 12 { 13 "type": "ShellKit", 14 "run-command": [ 15 "power-shell wakeup", 16 "power-shell setmode 602", 17 "uinput -T -m 300 720 300 360 200", 18 "uinput -T -m 650 2760 650 1380 200", 19 "mount -o rw,remount /", 20 "sed -i 's/enableInputMethodFeature\": true/enableInputMethodFeature\": false/' /system/variant/phone/base/etc/inputmethod/inputmethod_framework_config.json", 21 "pkill inputmethod_ser" 22 ] 23 }, 24 { 25 "test-file-name": [ 26 "ActsInputMethodDrawnControlTest.hap" 27 ], 28 "type": "AppInstallKit", 29 "cleanup-apps": true 30 } 31 ] 32} 33