webdriverio-community / wdio-vscode-service

A service to test VSCode extensions from end to end using WebdriverIO
https://webdriverio-community.github.io/wdio-vscode-service/
MIT License
33 stars 28 forks source link

Ensure Chromedriver stays up to date #45

Closed christian-bromann closed 2 years ago

christian-bromann commented 2 years ago

Currently Chromedriver is listed as dependency which requires us to update the version everytime Chromedriver is released. Given that this project can't know which version is available in the given environment it makes more sense to move it to the peerDependency list so the user has ensure that versions between the installed Chrome application and Chromedriver version are matching.