FormidableLabs / builder-react-app

A React app archetype for builder
5 stars 4 forks source link

Errors in tests #20

Open MarkRabey opened 7 years ago

MarkRabey commented 7 years ago

Everything looks good, project is well structured and all that...but I get error when I run the tests.

FIrst, the error involved a Selenium chromedriver. That error went away after running npm install selenium-standalone. Now I have an error that says Another Selenium process may already be running or your java version may be out of date. As far as I can tell, everything is up to date, and there aren't any other Selenium processes running. Any insight would be greatly appreciated.

ryan-roemer commented 7 years ago

What's your java version?

And what's the result of:

$ ps ax | grep -i sel
$ ps ax | grep -i java

?