From 747d095522612f76bbea38f213e945e4215ced29 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 8 Aug 2017 17:56:21 -0700 Subject: [PATCH 1/2] 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. From 15f9cd9612805dfc4d1309661a3bd457a486c073 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 8 Aug 2017 17:57:03 -0700 Subject: [PATCH 2/2] Ignore any further changes to db.json --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 22dae828..8c713860 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ npm-debug.log* package-lock.json *.iml selenium-debug.log +test/e2e/db.json