Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/emberjs/ember.js
/ runInBrowser
Function
runInBrowser
bin/run-tests.js:77–80 ·
view source on GitHub ↗
(url, attempts)
Source
from the content-addressed store, hash-verified
75
}
76
77
function
runInBrowser(url, attempts) {
78
console.log(
'Running Chrome headless: '
+ url);
79
return
getBrowserRunner().run(url, attempts);
80
}
81
82
run()
83
.then(
function
() {
Callers
1
run
Function · 0.85
Calls
2
getBrowserRunner
Function · 0.85
run
Method · 0.80
Tested by
no test coverage detected