Fork of the e2e-tests from Cloudron https://git.cloudron.io/iamthefij/e2e-test
Go to file
Girish Ramakrishnan 7037c5c2f1 try harder for ec2 boxes 2016-08-13 00:55:32 -07:00
logs make e2e parallel 2015-11-13 20:15:36 -08:00
test Test against the correct version in ec2 to allow updates to work 2016-08-08 10:05:04 +02:00
.gitignore Add .gitignore 2015-06-14 21:39:55 -07:00
.jshintrc tell linter we use esnext 2016-06-30 15:21:56 +02:00
README.md add imap-probe to DEBUG 2016-06-23 14:57:51 -05:00
appstore.js wait really long since DO is so slow at times 2016-08-12 21:32:17 -07:00
cloudron.js fix typos 2016-07-08 15:36:54 -07:00
common.js escape the email 2016-06-24 12:38:26 -05:00
deploy.json Use cloudron-cli as a asset just like release 2016-06-30 16:26:29 +02:00
e2etestrunner.js do not send stderr in email 2015-11-19 13:49:13 -08:00
imap-probe.js try harder for ec2 boxes 2016-08-13 00:55:32 -07:00
mailer.js have same text 2016-06-24 11:46:08 -05:00
package.json Replace sleep node module with execSync(sleep) 2016-06-30 16:18:10 +02:00
parallel_test.sh rename custom-domain to cloudron-migrate 2016-07-08 15:23:08 -07:00
prepareDeployTarget.sh Use cloudron-cli as a asset just like release 2016-06-30 16:26:29 +02:00
shell.js Replace sleep node module with execSync(sleep) 2016-06-30 16:18:10 +02:00

README.md

To run manually on CI

cd ~/app
export BOX_VERSION=<version_to_test>

pm2-run --ecosystem ../ecosystem.json --env staging --cmd "npm test"

                OR

pm2-run --ecosystem ../ecosystem.json --env staging --cmd ./parallel_test.sh

To run specific test on CI

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

AWS Keys

AWS_STAGING_ACCESS_KEY and AWS_STAGING_SECRET_KEY exist for the release tool to make a new release.