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