Urucas / cordova-test

cli-tool to automate Appium tests suite for Cordova apps
MIT License
6 stars 8 forks source link

cannot recognise async await in tests #17

Open ghost opened 8 years ago

ghost commented 8 years ago

I guess it should be solved by babel, but how exactly? any suggestion?

vrunoa commented 8 years ago

yeap @dariosalviwork, for now you'll have to transpile your test before running them

chauthai commented 8 years ago

@dariosalviwork I will take a look at it. I might be able to include a transpile step to use es6/7 syntax.

vrunoa commented 8 years ago

@chauthai thanks for your contributions, i'm really out of time right now can give much time to the project.

chauthai commented 8 years ago

@dariosalviwork did you try the --babel flag, when you start the test? I introduced the flag to enable transpilation.