Closed
Description
It would be most helpful if configuration could be committed to code (and then version control). Simply put, I'd like to be able to assert versions in package.json
or a webdrivermanager.json
config file. Running webdriver-manager update
& getting whatever drivers & version of selenium happens to install is concerning as it makes it difficult to trust the e2e setup (did a version change, or was it a test flake?). I realize you can pass flags to webdriver-manager
. Thats a good start, but perhaps one more layer of polish?