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