Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.28 KB

jaggery-test-framewrok

Test-framework will mainly looking in javascript-unit for jaggery

How to setup sugarcane in jaggery

  1. Get jaggery server from http://jaggeryjs.org/

  2. Unzip it

Copy jaggery sample app to jaggery

  1. Copy 'automobileapp' folder in '\jaggery-test-framewrok\jaggery-app' to \apps

Copy module to jaggery

  1. Copy 'test' in '\jaggery-test-framewrok\jaggery-module' to \modules
  2. For the sample we are testing jaggery module called 'motorcar', so copy the Copy 'motorcar' in '\jaggery-test-framewrok\jaggery-module' to \modules too.

Then Go to http://localhost:9763/automobileapp/test/

  • You will see the list of test,
  • Tick what you need to run and click on 'RUN',
  • You can pick test that you wish to run
  • You will get summary report in top of dashboard

Some links that help you to write test