Added nightwatch.js test suite for confirming that the app loads correctly and can run operations from each module. Currently only support the latest version of Chrome.

This commit is contained in:
n1474335 2018-12-29 02:58:05 +00:00
parent c7e9115994
commit b0fb9db4b8
8 changed files with 910 additions and 4 deletions

View file

@ -9,6 +9,6 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[{package.json,.travis.yml}]
[{package.json,.travis.yml,nightwatch.json}]
indent_style = space
indent_size = 2