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
the plugin isn't updated to wdio 8 - when running the plugin, i've encountered several issues:
it uses require instead of import
there's an error when running the plugin:
TypeError: Cannot read properties of undefined (reading 'reporterName')
at ................./node_modules/wdio-reportportal-service/src/index.js:60:72
at Array.filter (<anonymous>)
at Function.getRpReporterConfig (.............../node_modules/wdio-reportportal-service/src/index.js:60:40)
at RpService.onPrepare (.............../node_modules/wdio-reportportal-service/src/index.js:17:48)
at file:///......................../node_modules/@wdio/cli/build/utils.js:43:40
at Array.map (<anonymous>)
at runServiceHook (file:///......../node_modules/@wdio/cli/build/utils.js:40:33)
at Launcher.run (file:///......../node_modules/@wdio/cli/build/launcher.js:82:19)
Environment
WebdriverIO version: 8.5.1
wdio-reportportal-version version: reporter - 7.6.0, service - 7.3.1
Node.js version:v18.12.1
WDIO Testrunner and version(mocha\cucumber\jasmine): jasmine - 4.3.1
Additional wdio packages used (if applicable):
The text was updated successfully, but these errors were encountered:
The problem
the plugin isn't updated to wdio 8 - when running the plugin, i've encountered several issues:
require
instead ofimport
Environment
The text was updated successfully, but these errors were encountered: