webdriverio-boneyard / wdio-cucumber-framework

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

Babel error when updating to version 0.2.15 #45

Closed lj9142 closed 7 years ago

lj9142 commented 7 years ago

I am getting the below error after upgrading from version 0.2.12 to version 0.2.15:

image

I am not using Babel so not sure why this is happening I am currently using: node v6.3.0 npm v4.0.2 webdriverio v4.5.1 wdio-allure-reporter v0.1.2 wdio-selenium-standalone-service v0.0.7 wdio-visual-regression-service v0.5.0 cucumber v1.3.1

All tests are run directly on my computer through the commandline and the only thing that has changed was webdriverio from version 4.4.0 to 4.5.1 and since reverting wdio-cucumber-framework back to the version i was using previously, my framework is working as expected.

lj9142 commented 7 years ago

This now seems to be no longer occuring therefore closing this ticket