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.
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: