docs(DEVELOPER): JDK is needed for protractor to run selenium

Closes #6343
This commit is contained in:
Alfonso Presa 2016-01-08 10:04:28 +01:00 committed by Misko Hevery
parent 846c031ec9
commit 97e94dd6e0
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ following products on your development machine:
created, pointing to the executable (e.g. `path-to-dartium-folder\chrome.exe).`
* [Java Development Kit](http://www.oracle.com/technetwork/es/java/javase/downloads/index.html) which is used
to execute the selenium standalone server for e2e testing.
## Getting the Sources