-
Notifications
You must be signed in to change notification settings - Fork 27
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
Last version of test runner is broken #88
Comments
@degrammer I have the same when trying to run test of wdio-vscode-service
|
related: #81 |
the issue is in src/server/utils.ts:6:45 Possible fix:
|
This was referenced Nov 15, 2023
A fix for this bug is merged and will be released momentarily. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems the latest version of the test runner is broken, this is due a dependency from vscode-uri that introduced some changes that IMO are breaking and are not properly handled in latest version.
This error is coming from a fresh install of using the command
npm create wdio@latest ./
The text was updated successfully, but these errors were encountered: