I explored the javascript unit test libraries ( qunit, jasmine ), but my requirement is run the unit test scripts based on the browser type on runtime.
that means, if i run the unit test scripts first i need to identify running browser type ( ex: chrome ) using the framework and run only related browser test cases.