You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I tried to install delta reporter but is not working with latest wdio version (v8). I think that the reason is that is written using CJS modules and not ES modules.
Here is the error:
ERROR @wdio/config:ConfigParser: Failed loading configuration file: file://frontend/e2e/app/wdio.app.conf.js:
require() of ES Module \frontend/e2e/node_modules/@wdio/logger/build/index.js from frontend/e2e/node_modules/@delta-reporter/wdio-delta-reporter-service/lib/src/reporter.js not supported.
Instead change the require of index.js in frontend/e2e/node_modules/@delta-reporter/wdio-delta-reporter-service/lib/src/reporter.js
to a dynamic import() which is available in all CommonJS modules.
The text was updated successfully, but these errors were encountered:
Hello,
I tried to install delta reporter but is not working with latest wdio version (v8). I think that the reason is that is written using CJS modules and not ES modules.
Here is the error:
The text was updated successfully, but these errors were encountered: