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 "power-shell wakeup", 16 "uinput -T -m 300 2700 280 200", 17 "wait 2", 18 "uinput -T -m 300 2700 280 200", 19 "power-shell setmode 602" 20 ] 21 }, 22 { 23 "test-file-name": [ 24 "ActsGraphicDrawingTest.hap" 25 ], 26 "type": "AppInstallKit", 27 "cleanup-apps": true 28 } 29 ] 30}