1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "testcase-timeout": "60000", 7 "shell-timeout": "180000", 8 "bundle-name": "com.acts.applicationcontexttest.static", 9 "module-name": "entry" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsApplicationContextStaticTest.hap", 15 "ActsAbilityDelegatorStaticRely.hap" 16 ], 17 "type": "AppInstallKit", 18 "cleanup-apps": true 19 },{ 20 "type": "ShellKit", 21 "run-command": [ 22 "power-shell wakeup", 23 "param set persist.sys.abilityms.support.ecologicalrulemgrservice false", 24 "power-shell setmode 602" 25 ] 26 } 27 ] 28}