2015-11-29 17:54:27 +01:00
2015-11-13 20:15:36 -08:00
2015-06-14 21:39:55 -07:00
2015-06-16 16:33:12 +02:00
2015-10-30 21:52:00 -07:00
2015-11-19 13:49:13 -08:00
2015-11-13 20:15:36 -08:00
2015-11-19 15:10:05 -08:00
2015-11-19 11:00:35 -08:00
2015-07-24 18:37:43 -07:00

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=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/new-user-test.js"
Description
Fork of the e2e-tests from Cloudron https://git.cloudron.io/iamthefij/e2e-test
Readme 384 KiB
Languages
JavaScript 96.7%
Shell 3.3%