Skip to content
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

the plugin isn't updated to wdio 8 #45

Open
HananArgov opened this issue May 22, 2023 · 0 comments
Open

the plugin isn't updated to wdio 8 #45

HananArgov opened this issue May 22, 2023 · 0 comments

Comments

@HananArgov
Copy link

The problem

the plugin isn't updated to wdio 8 - when running the plugin, i've encountered several issues:

  1. it uses require instead of import
  2. 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):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant