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

Method graphQLServerPort

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

Source from the content-addressed store, hash-verified

24 }
25
26 static graphQLServerPort() {
27 return parseInt(process.env.GRAPHQL_SERVER_PORT || '8020', 10)
28 }
29
30 static graphQLServerUrl() {
31 return process.env.GRAPHQL_SERVER_URL || 'http://0.0.0.0:8020/graphql'

Callers 2

constructorMethod · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected