1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.example.abilitymultiinstance", 7 "module-name": "entry_test", 8 "shell-timeout": "600000", 9 "testcase-timeout": 70000 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsAbilityMultiInstanceTest.hap", 15 "AbilityMultiInstanceTestA.hap", 16 "AbilityMultiInstanceTestB.hap", 17 "AbilityMultiInstanceTestC.hap", 18 "AbilityMultiInstanceTestD.hap" 19 ], 20 "type": "AppInstallKit", 21 "cleanup-apps": true 22 }, 23 { 24 "type": "ShellKit", 25 "run-command": [ 26 "power-shell wakeup", 27 "power-shell setmode 602", 28 "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100" 29 ] 30 } 31 ] 32} 33