Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ _config
Method
_config
lib/helper/REST.js:136–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
static _config() {
137
return
[
138
{
139
name:
'endpoint'
,
140
message:
'Endpoint of API you are going to test'
,
141
default:
'http://localhost:3000/api'
,
142
},
143
]
144
}
145
146
static _checkRequirements() {
147
try {
Callers
1
init.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected