From 97e94dd6e0fbd5282e4df788e386f2ef67934c38 Mon Sep 17 00:00:00 2001 From: Alfonso Presa Date: Fri, 8 Jan 2016 10:04:28 +0100 Subject: [PATCH] docs(DEVELOPER): JDK is needed for protractor to run selenium Closes #6343 --- DEVELOPER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index 0ca307de2d..c2cded342a 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -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