Skip to content

Testing Viscoll

Dickson Law edited this page Dec 14, 2017 · 1 revision

If you wish to contribute to the development of Viscoll or verify your installation, please run the automated test suite.

Testing the API

Change to the viscoll-api subdirectory and run bundle install to install dependencies (if not already done). Then run one of the following commands:

  • Running tests once: rspec
  • Running tests continuously: guard

Testing the Front-Facing App

Change to the viscoll-app subdirectory and run npm install to install dependencies (if not already done). Then run one of the following commands:

  • Running tests once: npm test
  • Running tests continuously: npm test -- --watch
Clone this wiki locally