MCPcopy
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
77function runInBrowser(url, attempts) {
78 console.log('Running Chrome headless: ' + url);
79 return getBrowserRunner().run(url, attempts);
80}
81
82run()
83 .then(function () {

Callers 1

runFunction · 0.85

Calls 2

getBrowserRunnerFunction · 0.85
runMethod · 0.80

Tested by

no test coverage detected