1{ 2 "description": "Configuration for startup taskpool js api Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "800000", 6 "shell-timeout": "800000", 7 "bundle-name": "com.example.taskpooltest", 8 "module-name": "entry_test", 9 "compile-mode": "esmodule" 10 }, 11 "kits": [ 12 { 13 "test-file-name": ["ActsTaskPoolTest.hap"], 14 "type": "AppInstallKit", 15 "cleanup-apps": true 16 }, 17 { 18 "type": "ShellKit", 19 "run-command": ["power-shell wakeup", "power-shell setmode 602"] 20 } 21 ] 22} 23