webdriverio-boneyard / wdio-cucumber-framework

A WebdriverIO v4 plugin. Adapter for Cucumber testing framework.
MIT License
77 stars 61 forks source link

Doesn't build properly on Node11 #153

Open meeh0w opened 5 years ago

meeh0w commented 5 years ago

We're using wdio-sync@0.7.2, which in turn uses fibers@2.0.2, which doesn't build properly on Node11. Fibers@3.0.0 builds just fine on Node11.

However, I noticed that wdio-sync is a part of webdriverio-boneyard - is there anything we can do about this, then?

christian-bromann commented 5 years ago

Fibers@3.0.0 builds just fine on Node11.

Thanks I will make sure to update the dependency