From 0650bb4680fcdc5474d104cc8f4fe4b5e9b0e7d5 Mon Sep 17 00:00:00 2001 From: Raymond Berger Date: Wed, 26 Jan 2022 05:11:33 -0500 Subject: [PATCH] docs(README): update JDK documentation link (#7744) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e966831ee88..b3038a53828 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Swagger UI Version | Release Date | OpenAPI Spec compatibility | Notes ##### Integration Tests You will need JDK of version 7 or higher as instructed here -https://nightwatchjs.org/gettingstarted/#selenium-server-setup +https://nightwatchjs.org/guide/getting-started/installation.html#install-selenium-server Integration tests can be run locally with `npm run e2e` - be sure you aren't running a dev server when testing!