Fork of the e2e-tests from Cloudron https://git.cloudron.io/iamthefij/e2e-test
Go to file
Girish Ramakrishnan 0b603fe09b update readme
2015-10-10 21:26:25 -07:00
test check redis 2015-10-10 14:38:54 -07:00
.gitignore Add .gitignore 2015-06-14 21:39:55 -07:00
.jshintrc Add .jshintrc 2015-06-16 16:33:12 +02:00
appstore.js make deleteCloudron wait for cloudron to disappear 2015-09-29 21:23:00 -07:00
cloudron.js better debugging 2015-09-29 21:39:11 -07:00
common.js fix test app id 2015-10-10 18:33:39 -07:00
deploy.json Rename to staging 2015-07-28 09:26:57 -07:00
e2etestrunner.js Better subject for email result 2015-07-27 18:35:09 -07:00
mailer.js Compare version info instead of timestamp 2015-07-27 18:12:31 -07:00
package.json disable colors 2015-09-21 19:16:30 -07:00
prepareDeployTarget.sh remove any old installer 2015-10-08 16:22:19 -07:00
README.md update readme 2015-10-10 21:26:25 -07:00
shell.js shell must return child process 2015-07-24 18:37:43 -07:00

To run manually on CI: pm2-run --ecosystem ../ecosystem.json --env staging --cmd "npm test"

To run specific test on CI: cd ~/app pm2-run --ecosystem ../ecosystem.json --env staging --cmd "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha test/new-user-test.js"

To run manually on local machine: npm test