I'm currently facing a challenge while trying to execute a test script in WebDriverIO.
After cloning the code from wdio-cucumber-framework, I am unable to get selenium-standalone to start properly.
The error message indicates an issue with geckodriver, but I can't seem to find a solution anywhere.
/Users/adam/.nvm/versions/node/v10.15.1/lib/node_modules/selenium-standalone/bin/selenium-standalone:79 throw err; ^
Error: Missing /Users/adam/.nvm/versions/node/v10.15.1/lib/node_modules/selenium-standalone/.selenium/geckodriver/0.23.0-x64-geckodriver at /Users/adam/.nvm/versions/node/v10.15.1/lib/node_modules/selenium-standalone/lib/check-paths-existence.js:15:20 at suppressedCallback (fs.js:200:5) at FSReqWrap.oncomplete (fs.js:141:20) sira-JSS774:wdio-cucumber-framework sira$
I've experimented with different versions and have confirmed that geckodriver is installed. However, it seems like the required directory ".selenium/geckodriver/0.23.0-x64-geckodriver" does not exist.
I was anticipating for "selenium-standalone start" to function correctly in the terminal, but unfortunately, it's not working as expected.