docs(DEVELOPER): JDK is needed for protractor to run selenium
Closes #6343
This commit is contained in:
parent
846c031ec9
commit
97e94dd6e0
|
@ -43,6 +43,8 @@ following products on your development machine:
|
||||||
created, pointing to the executable (e.g. `path-to-dartium-folder\chrome.exe).`
|
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
|
## Getting the Sources
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue