Skip to content

Run API tests locally

Henry Liu edited this page Jul 28, 2017 · 2 revisions
  1. Go to 3drepo.io folder
  2. do git submodule update if you haven't pull the latest submodule test
  3. Make sure you have an empty mongo db instance running at port 27017
  4. Make sure you have rabbit mq running locally
  5. Make sure you DON'T have 3drepo bouncer running and listening to the queue
  6. Go to backend folder
  7. run sudo npm run test-all
Clone this wiki locally