Upgrade webdriverio to v6

This commit is contained in:
Rachel Fenichel
2020-09-21 17:42:26 -07:00
parent 469d7f507f
commit 70f518985a
3 changed files with 23 additions and 13 deletions

View File

@@ -39,9 +39,10 @@ async function runLangGeneratorInBrowser(browser, filename, codegenFn) {
*/
async function runGeneratorsInBrowser() {
var options = {
capabilities: {
browserName: 'firefox'
}
capabilities: {
browserName: 'firefox'
},
path: '/wd/hub'
};
// Run in headless mode on Travis.
if (process.env.TRAVIS_CI) {