cloudron-e2e-test/README.md
Girish Ramakrishnan 304451f8e1 more readme updates
2015-10-10 21:36:06 -07:00

352 B

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 --bail test/new-user-test.js"

To run manually on local machine: npm test