Each time the Selenium server standalone jar version is updated and the webdriver-manager update
command selects the latest jar, I find myself needing to manually change the seleniumServerJar configuration in exports.config.
Is there a way to incorporate some regex pattern matching?
For example, something like this:
seleniumServerJar: "../node_modules/protractor/selenium/selenium-server-standalone-*.jar",