separate test type. Create directory for End-to-end testing.

This commit is contained in:
Rodrigo Ramírez Norambuena 2017-01-28 23:25:43 -03:00
parent 0d8d8f0426
commit 52b8dbcbb1

View File

@ -6,7 +6,8 @@
"scripts": { "scripts": {
"start": "sh run-start.sh", "start": "sh run-start.sh",
"postinstall": "sh installers/postinstall/postinstall.sh", "postinstall": "sh installers/postinstall/postinstall.sh",
"test": "./node_modules/mocha/bin/mocha tests --recursive" "test": "./node_modules/mocha/bin/mocha $(find tests -path '*js*' ! -ipath '*e2e*')",
"test:e2e": "./node_modules/mocha/bin/mocha tests/e2e --recursive"
}, },
"repository": { "repository": {
"type": "git", "type": "git",