Open stochasticForest opened 7 years ago
Hi, it looks like you don't have the Selenium package required to run the tests. You can grab it with your OS's respective package manager.
Not sure what to do about that, I have everything installed related to selenium that my package manager knows about:
`~/tmp$ apt-cache search selenium
chromedriver - web browser - WebDriver support libtest-www-selenium-perl - Perl test framework using Selenium Remote Control phpunit-selenium - Selenium RC integration for PHPUnit ruby-childprocess - Ruby library for controlling external programs running in the background `
I'm using debian jessie - `~/tmp$ cat /proc/version
Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) `
Is there an unspecified dependency here ?
Everything that's needed to run the dashboard tests is specified within our circle.yml file. We haven't made any additional adjustments to their CI machines. I'm on OS X, and other than a Selenium download, I wasn't able to reproduce the problem that you're seeing. Nothing else beyond that is unspecified.
I received this error when executing 'lein test' in the onyx-dashboard directory.