MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / _beforeSuite

Method _beforeSuite

lib/helper/WebDriver.js:603–608  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

601 }
602
603 _beforeSuite() {
604 if (!this.options.restart && !this.options.manualStart && !this.isRunning) {
605 this.debugSection('Session', 'Starting singleton browser session')
606 return this._startBrowser()
607 }
608 }
609
610 _lookupCustomLocator(customStrategy) {
611 if (typeof this.customLocatorStrategies !== 'object') {

Callers

nothing calls this directly

Calls 1

_startBrowserMethod · 0.95

Tested by

no test coverage detected