1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "shell-timeout": "180000", 7 "testcase-timeout": "15000", 8 "bundle-name": "com.test.actsabilityerrcodequerytest", 9 "module-name": "entry_test" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsAbilityErrCodeQueryTest.hap", 15 "ActsAbilityErrCodeQueryTestRely.hap", 16 "ActsErrorCodeApplicationContextAssist.hap", 17 "ActsAbilityErrCodeQueryTestRely2.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 ] 28 } 29 ] 30}