This commit is contained in:
Belen Curcio
2016-12-18 11:31:27 -03:00
parent 27ffb05454
commit 428a62ffd4
18 changed files with 7402 additions and 81 deletions
+1 -4
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# install selenium
# ../node_modules/selenium-standalone/bin/selenium-standalone install
selenium-standalone install
# Creating Admin Test User
{ echo admin@test.com; echo test; echo test; echo Admin Test User; echo admin;} | dotenv ./bin/cli-users create
@@ -11,6 +11,3 @@
# Creating Commenter Test User
{ echo test@test.com; echo test; echo test; echo Commenter Test User; echo '';} | dotenv ./bin/cli-users create
# start the app server
# npm start &