mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Upgrade webdriverio to v6
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user