webdriverio-boneyard / wdio-sync

A WebdriverIO v4 plugin. Helper module to run WebdriverIO commands synchronously.
http://v4.webdriver.io
MIT License
17 stars 31 forks source link

Updates fibers to 3.0 to support node >=10 #132

Closed BorisOsipov closed 5 years ago

BorisOsipov commented 5 years ago

Updates fibers to 3.0 to support node >=10

Fixed https://github.com/webdriverio/wdio-cucumber-framework/issues/153

christian-bromann commented 5 years ago

Something with the Babel compiling went wrong:

/home/travis/build/webdriverio-boneyard/wdio-sync/test/addCommand.spec.js:3
import _Object$keys from 'babel-runtime/core-js/object/keys';
^^^^^^
SyntaxError: Unexpected token import
BorisOsipov commented 5 years ago

Yep, it doesn't work at master for me. Will fix.

BorisOsipov commented 5 years ago

Сan not fix it. Current package.json with updated fibers produce a real mess of babel 6 and 7.beta dependencies. Don't have time to deal with it.