diff --git a/package.json b/package.json index 4781e311..0dc11775 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "postinstall": "node ./bin/compile-assets.js", "start": "node ./bin/unhangout-server", "setup": "source conf.sh", - "test": "NODE_ENV=testing mocha test/test.[a-d]* && sleep 1 && NODE_ENV=testing mocha test/test.[e-r]* && sleep 1 && NODE_ENV=testing mocha test/test.s* && sleep 1 && NODE_ENV=testing mocha test/test.[t-z]*", + "test": "NODE_ENV=testing mocha test/test.[a-c]* && sleep 1 && NODE_ENV=testing mocha test/test.[d-r]* && sleep 1 && NODE_ENV=testing mocha test/test.s* -g 'SESSION JOINING' -i && sleep 1 && NODE_ENV=testing mocha test/test.session-joining.selenium.js && sleep 1 && NODE_ENV=testing mocha test/test.[t-z]*", "forever-start": "NODE_ENV=production forever start --minUptime 1000 --spinSleepTime 1000 -a -l unhangout.log -o logs/out.log -e logs/err.log bin/unhangout-server", "forever-stop": "forever stop bin/unhangout-server", "forever-restart": "NODE_ENV=production forever restart bin/unhangout-server",