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.
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.