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

Update reporter to be compatible with WebdriverIO V8 #40

Closed
kschiller opened this issue Jan 10, 2023 · 4 comments
Closed

Update reporter to be compatible with WebdriverIO V8 #40

kschiller opened this issue Jan 10, 2023 · 4 comments

Comments

@kschiller
Copy link
Contributor

Current version has dependencies fixed for WebdriverIO V7, so it won't install when using V8.
An update for V8 would be appreciated.

@christian-bromann
Copy link
Collaborator

Thanks for reporting the issue. Any contributions to make this happen would be appreciated.

@kschiller
Copy link
Contributor Author

I am looking at this. It seems to be closely connected to #31, since the upgrade to wdio V8, as I understand it, requires the module to use ESM instead of CommonJS.

@christian-bromann
Copy link
Collaborator

@kschiller afaik CJS 3rd party plugins should also work with v8

@kschiller
Copy link
Contributor Author

Yes, you are right. Only a small change is needed to resolve this issue. I will make a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants