-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support WebdriverIO v8 #398
Comments
* The wdio/cli package no longer has a default export, so using the named export.
Thanks for reporting! @NBS-LLC the schematic doesn't seem to support v8 of WebdriverIO yet. Any contributions that resolves the bug are highly appreciated. Don't expect this to be picked up by active contributors as they have their own priorities. If you depend on this bug to be fixed, your contribution is required. Please take a look into our contribution guidelines or join our Discord development server and let us know if you have any questions. Cheers! |
Would it be possible to integrate the fix by @NBS-LLC @christian-bromann ? |
@finventario any contributions are appreciated! |
After upgrading from WDIO v7 (7.30.2) to v8 (8.8.8) I'm getting "Launcher is not a constructor" when using this schematic.
I have the schematic configured to use a tsconfig specific to running WDIO:
My Angular v15 (15.2.6) project is using:
I tried to debug this using ts-node REPL from the root of the project and discovered a few things (which could indicate that I've misconfigured something, though I could still use your wisdom):
Is it possible that @wdio/cli no longer has a default export? Which would cause an error in the following code:
webdriverio-schematics/src/builders/webdriverio/index.ts
Line 28 in bf398da
webdriverio-schematics/src/builders/webdriverio/index.ts
Line 96 in bf398da
The text was updated successfully, but these errors were encountered: