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

Method seleniumPort

test/support/TestHelper.js:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 static seleniumPort() {
19 return parseInt(process.env.SELENIUM_PORT || '4444', 10)
20 }
21
22 static jsonServerUrl() {
23 return process.env.JSON_SERVER_URL || 'http://0.0.0.0:8010'

Callers 3

seleniumAddressMethod · 0.95
WebDriver_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected