1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.example.myapplication", 7 "module-name": "phone", 8 "shell-timeout": "600000", 9 "testcase-timeout": 70000 10 }, 11 "kits": [ 12 { 13 "type": "ShellKit", 14 "run-command": [ 15 "param set persist.ace.testmode.enabled 1", 16 "reboot", 17 "wait 5", 18 "power-shell wakeup", 19 "uinput -T -m 300 2700 280 200", 20 "wait 5", 21 "uinput -T -m 300 2700 280 200", 22 "power-shell setmode 602" 23 ] 24 }, 25 { 26 "test-file-name": [ 27 "ActsWindowStageTest.hap" 28 ], 29 "type": "AppInstallKit", 30 "cleanup-apps": true 31 } 32 ] 33}