1{ 2 "description": "Configuration for aceceshi Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "300000", 6 "shell-timeout": "300000", 7 "bundle-name": "com.acts.actsbaseerrrocodemethodtest", 8 "module-name": "entry_test", 9 "testcase-timeout": "15000" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsBaseErrorCodeMethodTest.hap", 15 "ActsmultiInstancEerrCodeMain.hap", 16 "ActsBaseErrorRely.hap", 17 "ActsBaseErrorAppcloneRely.hap" 18 ], 19 "type": "AppInstallKit", 20 "cleanup-apps": true 21 },{ 22 "type": "ShellKit", 23 "run-command": [ 24 "power-shell wakeup", 25 "power-shell setmode 602" 26 ] 27 } 28 ] 29}