1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.acts.dateTime.test", 7 "module-name": "entry_test", 8 "shell-timeout": "180000", 9 "testcase-timeout": "600000" 10 }, 11 "kits": [{ 12 "test-file-name": [ 13 "ActsDateTimeAPITest.hap" 14 ], 15 "run-command": [ 16 "power-shell wakeup", 17 "power-shell setmode 602", 18 "uinput -T -m 300 720 300 360 200", 19 "uinput -T -m 650 2760 650 1380 200" 20 ], 21 "type": "AppInstallKit", 22 "cleanup-apps": true 23 }] 24} 25