Automated module testing for Javascript integrated with CruiseControl, nUnit, nAnt and ASP.net MVC

I work in the ASP.net MVC team and they use Cruisecontrol, nUnit and nAnt for automatic testing and build. I am new to the group and I am processing the Javascript layer and I am looking for ways to include my work with the workflow of my commands.

Is there any proverbial way to do this?

thanks

+5
source share
4 answers

A few thoughts:

  • There is JSUnit, a unit test framework for JavaScript. I used it 2 years ago and it was very good. Now there might be something better.
  • , - Cruise Control . , , JavaScript , , ..
  • JavaScript, , Selenium , . , Cruise Control.
+1

JavaScript unit test, Test Swarm. , , , .

+1

JSUnit, javascript.

javascript lint ( ). ( ), . , , javascript. - , .

http://www.javascriptlint.com/index.htm

+1

@Charlie , JsUnit - , JsUnit .

QUnit - testrunner, , , , Selenium.

, , , TestSwarm - , ( -!):

:

http://ejohn.org/files/ts-swarm.png

0
source

All Articles