1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.example.apicoverhaptest", 7 "module-name": "phone", 8 "shell-timeout": "300000", 9 "testcase-timeout": 15000 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsApiCoverhapTest.hap", 15 "FaSupplement.hap", 16 "StageSupplement.hap", 17 "FormModule.hap" 18 ], 19 "type": "AppInstallKit", 20 "cleanup-apps": true 21 }, 22 { 23 "type": "ShellKit", 24 "run-command": [ 25 "power-shell wakeup", 26 "power-shell setmode 602", 27 "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100" 28 ] 29 } 30 ] 31} 32