pgmpy / pgmpy_viz

A web based GUI for pgmpy
MIT License
13 stars 20 forks source link

Finding a unit testing framework for js #17

Closed ankurankan closed 10 years ago

ankurankan commented 10 years ago

We need a framework for testing our javascript code.

A few options are: Qunit (http://qunitjs.com/) Mocha (http://visionmedia.github.com/mocha/) Tutti (http://tuttijs.com) TestSwarm (http://swarm.jquery.org/) JsTestDriver (http://code.google.com/p/js-test-driver/) Jarvis (http://jarvis.tmont.com/) jsUnity (http://jsunity.com), Jasmine (http://pivotal.github.com/jasmine/)

@omniscius @shubham123goyal @techgourav @pramttl Could you please look into them and see which would be the best for us?

[1] http://stackoverflow.com/questions/300855/javascript-unit-test-tools-for-tdd [2] http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks

ankurankan commented 10 years ago

I think the best solution would be to use Qunit and Selenium. For testing the UI we will have to use Selenium.