-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle babel-node transcompilation #53
Comments
try to add this to the top of your protractor config . this should solve the issue
|
@jankoprowski did it help? |
No it did not helped :(
I have edited .babelrc to contain:
and
in protractor.conf.js Now I'm getting:
|
We abandoned babel, rewrote our test imports to NodeJS 10 and now tests are retrying successfully. |
Hi,
My protractor configuration and tests use babel-node to transcompile from ES6 to ES5.
I'm starting them like
babel-node node_modules/.bin/protractor protractor.conf.js
However protractor-retry can't handle this and returns
This is caused by ES6 transcompiled by babel used in protractor configuration.
Is it possible to handle such case in protractor-retry?
The text was updated successfully, but these errors were encountered: