1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.open.harmony.aceEtsApiLack", 7 "module-name": "entry_test", 8 "shell-timeout": "600000", 9 "testcase-timeout": "180000" 10 }, 11 12 "kits": [ 13 { 14 "test-file-name": [ 15 "ActsAceEtsApiLackTest.hap", 16 "ActsAceEtsApiLackTestMain.hap" 17 ], 18 "type": "AppInstallKit", 19 "cleanup-apps": true 20 }, 21 { 22 "type": "ShellKit", 23 "run-command": [ 24 "power-shell wakeup", 25 "uinput -T -c 1080 1080", 26 "uinput -T -d 654 2750 -m 654 2750 654 2284 -u 300 2284", 27 "power-shell timeout -o 864000000" 28 ] 29 } 30 ] 31} 32