MCPcopy Index your code
hub / github.com/messageformat/messageformat / buildDriver

Function buildDriver

test/browser/browserstack-tests.js:38–44  ·  view source on GitHub ↗
(browser)

Source from the content-addressed store, hash-verified

36];
37
38function buildDriver(browser) {
39 const cap = Object.assign({}, browser, bsConfig);
40 return new Builder()
41 .usingServer('http://hub-cloud.browserstack.com/wd/hub')
42 .withCapabilities(cap)
43 .build();
44}
45
46describe('Browser tests', function () {
47 this.timeout(120 * 1000);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…