Merge branch 'issue-1334' of https://github.com/RVKen/swagger-ui into RVKen-issue-1334

This commit is contained in:
Kyle Shockey
2017-08-08 17:59:16 -07:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -7,4 +7,4 @@ npm-debug.log*
package-lock.json
*.iml
selenium-debug.log
test/e2e/db.json
test/e2e/db.json

View File

@@ -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.