MCPcopy
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

1class 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'

Calls

no outgoing calls

Tested by

no test coverage detected