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

1
.gitignore vendored
View file

@ -9,4 +9,5 @@ docs/*
src/core/config/modules/*
src/core/config/OperationConfig.json
src/core/operations/index.mjs
tests/browser/output/*