Ivan Kozakov
Ivan Kozakov
Probably we could `fail` (exit) the entire test-run at the very beginning if geckodriver is not installed, saying something like `"geckodriver is not installed"` (and probably add some info on...
Can you please send me a screenshot of your code? (the method works, but it looks like it fails inside) Any place in spec_helper.rb should be fine for this method...
@dpavam yeah i see it now. so two options here: 1. change the method to something like this: ``` def geckodriver_installed? # geckodriver 0.31.0 !!`geckodriver -V || echo 'not installed'`.match(/geckodriver...