google/tachometer

geckodriver not finding browser install in Github Actions

Westbrook opened this issue · 1 comments

Not really sure even where to start with this error, but:

Package "geckodriver@* installed."
SessionNotCreatedError: Expected browser binary location, but unable to find binary in default location, no 'moz:firefoxOptions.binary' capability provided, and no binary flag set on the command line

I'd previously added chromedriver locally to my project to better manage the version that was installed, do you think this point to needing to do the same? Chromedriver gives a much nicer error to the point, which leaves me wondering what the missing requirement is here.

OK, looks like this comes from the Ubuntu version that GH Actions are using and will be corrected at some point this week: actions/runner-images#6399