1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "shell-timeout": "180000", 7 "testcase-timeout": "12000", 8 "bundle-name": "com.test.actsstartandterminatetest", 9 "module-name": "entry_test" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsStartAndTerminateTest.hap", 15 "ActsStartAndTerminateAssist01Test.hap", 16 "ActsStartAndTerminateAssist02Test.hap", 17 "ActsStartAndTerminateAssist03Test.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 "param set persist.sys.abilityms.support.ecologicalrulemgrservice false" 28 ] 29 } 30 ] 31}