()
| 345 | } |
| 346 | |
| 347 | _beforeSuite() { |
| 348 | if (!this.options.restart && !this.options.manualStart && !this.isRunning) { |
| 349 | this.debugSection('Session', 'Starting singleton browser session') |
| 350 | return this._startBrowser() |
| 351 | } |
| 352 | } |
| 353 | |
| 354 | async _before(test) { |
| 355 | this.sessionPages = {} |