Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
seleniumAddress
Method · 0.95
WebDriver_test.js
File · 0.80
codecept.WebDriver.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected