MCPcopy
hub / github.com/codeceptjs/CodeceptJS / _beforeSuite

Method _beforeSuite

lib/helper/Puppeteer.js:347–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 = {}

Callers 1

check.jsFile · 0.45

Calls 1

_startBrowserMethod · 0.95

Tested by

no test coverage detected