From 747d095522612f76bbea38f213e945e4215ced29 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 8 Aug 2017 17:56:21 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4693116b..57b1aaf8 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ If you'd like to rebuild the `/dist` folder with your codebase changes, run `npm You will need JDK of version 7 or higher as instructed here http://nightwatchjs.org/gettingstarted#selenium-server-setup +Integration tests can be run locally with `npm run e2e` - be sure you aren't running a dev server when testing! + ##### Browser support Swagger UI works in the latest versions of Chrome, Safari, Firefox, Edge and IE11.