(browser)
| 36 | ]; |
| 37 | |
| 38 | function 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 | |
| 46 | describe('Browser tests', function () { |
| 47 | this.timeout(120 * 1000); |
no outgoing calls
no test coverage detected
searching dependent graphs…