Update README.md
Indicate where and what version of Java to get.
This commit is contained in:
parent
a3776b2a20
commit
a3a76c2e9a
|
|
@ -46,7 +46,8 @@ Run `build.cmd /t:Test` or `build.sh /t:Test`
|
|||
## Run end-to-end tests
|
||||
|
||||
Prerequisites:
|
||||
- Install [selenium-standalone](https://www.npmjs.com/package/selenium-standalone) (requires Java 8 or later)
|
||||
- Install [selenium-standalone](https://www.npmjs.com/package/selenium-standalone) (requires Java 8 or 9)
|
||||
- [Open JDK9](http://jdk.java.net/java-se-ri/9)
|
||||
- `npm install -g selenium-standalone`
|
||||
- `selenium-standalone install`
|
||||
- Chrome
|
||||
|
|
|
|||
Loading…
Reference in New Issue