e2e-check icon indicating copy to clipboard operation
e2e-check copied to clipboard

[Bug] Selenium exited before it could start

Open mjarmoc opened this issue 5 years ago • 1 comments

Hello,

After cloning repo and installing all dependencies, while trying to run yarn run test I get an error:

Test suite failed to run Selenium exited before it could start Another Selenium process may already be running or your java version may be out of date. Be sure to check the official Selenium release notes for minimum required java version: https://raw.githubusercontent.com/SeleniumHQ/selenium/master/java/CHANGELOG

  at ChildProcess.errorIfNeverStarted (../../node_modules/selenium-standalone/lib/start.js:158:10)
  • The error makes the first test in a run to fail (not be proceeded), the secound one processes and passes.
  • It appears on each run
  • It appears consistenlty (checked on two different machines)
  • On Windows 10 and 7
  • java version "1.8.0_181"
  • Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
  • there is nothing else running on the port 4444

mjarmoc avatar Oct 20 '18 06:10 mjarmoc