Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ siteUrl
Method
siteUrl
test/support/TestHelper.js:2–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
class
TestHelper {
2
static siteUrl() {
3
return
process.env.SITE_URL ||
'http://127.0.0.1:8000'
4
}
5
6
static angularSiteUrl() {
7
return
'http://davertmik.github.io/angular-demo-app'
Callers
10
codecept.faker.js
File · 0.80
Playwright_test.js
File · 0.80
WebDriver_test.js
File · 0.80
Puppeteer_test.js
File · 0.80
WebDriver.noSeleniumServer_test.js
File · 0.80
codecept.els.Playwright.js
File · 0.80
codecept.WebDriver.js
File · 0.80
codecept.Playwright.js
File · 0.80
codecept.Playwright.coverage.js
File · 0.80
codecept.Puppeteer.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected