Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 521 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 521 Bytes

build status

#requirements

  • python 2.7
  • virtualenv: sudo pip install virtualenv
  • fabric: sudo pip install fabric
  • node : http://nodejs.org

#setup

  • fab setup

#to run feature tests & pylint & python tests & javascript tests

  • fab

#to run js tests for development

  • fab karma:start : once to start karma
  • fab karma:run : to run the tests

to run

  • fab run_server
  • fab run_client