1{ 2 "description": "Configuration for aceceshi Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "300000", 6 "shell-timeout": "300000", 7 "bundle-name": "com.example.contexttest", 8 "module-name": "entry_test", 9 "testcase-timeout": "15000" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsGetApplicationNewTestRely.hap", 15 "ActsGetApplicationNewTestRelyFeature.hap", 16 "ActsGetApplicationNewTest.hap" 17 ], 18 "type": "AppInstallKit", 19 "cleanup-apps": true 20 },{ 21 "type": "ShellKit", 22 "run-command": [ 23 "uinput -T -m 300 2700 280 200", 24 "power-shell wakeup", 25 "power-shell setmode 602" 26 ] 27 } 28 ] 29}