@internal
()
| 1179 | |
| 1180 | /** @internal */ |
| 1181 | async _initBrowserServers(): Promise<void> { |
| 1182 | await Promise.all(this.projects.map(p => p._initBrowserServer())) |
| 1183 | } |
| 1184 | |
| 1185 | private async initializeGlobalSetup(paths: TestSpecification[]): Promise<void> { |
| 1186 | const projects = new Set(paths.map(spec => spec.project)) |