In WebdriverIO, if you are using advanced Java script (ES6) features, you will see the following errors 0–0] import LoginPage from ‘../screenobjects/login.page’;
[0–0] ^^^^^^
[0–0]
[0–0] SyntaxError: Cannot use import statement outside a module To fix the issue, use Babel to compile the JS files. …