It seems you can change your wct.conf.js and set the grid configuration:
module.exports = { // See https://github.com/Polymer/web-component-tester/blob/master/runner/config.js#L47-54 activeBrowsers: [ { // Accepts anything wd does: https://github.com/admc/wd#browser-initialization url: 'http://user: apiKey@your.selenium.server /wd/hub', // ... any other capabilities you like: browserName: 'theBrowser', } ], plugins: { local: false, sauce: false, } };
alcala
source share