Fork of the e2e-tests from Cloudron https://git.cloudron.io/iamthefij/e2e-test
Go to file
2015-11-19 10:40:15 -08:00
logs make e2e parallel 2015-11-13 20:15:36 -08:00
test remove unused require 2015-11-19 10:37:53 -08: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 dkim key name has changed 2015-10-30 21:52:00 -07:00
common.js staging now uses selfhost.io 2015-11-04 09:52:41 -08:00
deploy.json do not copy ssh keys (they are rotated now) 2015-11-19 10:32:14 -08:00
e2etestrunner.js env is an object 2015-11-19 10:34:17 -08:00
mailer.js Compare version info instead of timestamp 2015-07-27 18:12:31 -07:00
package.json make e2e parallel 2015-11-13 20:15:36 -08:00
parallel_test.sh backup-test was skipped was mistake 2015-11-19 10:20:50 -08:00
prepareDeployTarget.sh do not copy ssh keys (they are rotated now) 2015-11-19 10:32:14 -08:00
README.md mention BOX_VERSION in readme 2015-11-19 10:40:15 -08:00
shell.js shell must return child process 2015-07-24 18:37:43 -07:00

To run manually on CI: export BOX_VERSION=<version_to_test> pm2-run --ecosystem ../ecosystem.json --env staging --cmd "npm test"

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