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 webdriverio to v7 #242

Open
Kamahl19 opened this issue Apr 8, 2021 · 2 comments
Open

Update webdriverio to v7 #242

Kamahl19 opened this issue Apr 8, 2021 · 2 comments

Comments

@Kamahl19
Copy link

Kamahl19 commented Apr 8, 2021

webdriverio v6 is failing with Puppeteer 8 due to it's own TS types. webdriverio v7 is using new puppeteer-core which does not bring old @types/puppeteer.

My TS build is failing due to doubled puppeteer types when using puppeteer v8

@seanpoulter
Copy link

Would you welcome a PR for this team?

@conmute
Copy link

conmute commented Feb 26, 2024

Overcoming this issue by using ovverrides

see: https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides

in package.json:

  "overrides": { 
    "webdriver": "^8.32.3",
    "webdriverio": "^8.32.3",
    "saucelabs": "^4.7.8" // need this because its a dependency as well
  },

I could also use latest saucelabs here, which is 7.5.0

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

3 participants