¡@

Home 

javascript Programming Glossary: jstestdriver

Running JavaScript unit tests headlessly in a Continuous Integration build

http://stackoverflow.com/questions/2070499/running-javascript-unit-tests-headlessly-in-a-continuous-integration-build

Launch an instance of Xvfb a virtual framebuffer Using JsTestDriver launch an instance of Firefox into the virtual framebuffer headlessly.. what my my directory structure ended up looking like lib JsTestDriver.jar test qunit equiv.js QUnitAdapter.js jsTestDriver.conf run_js_tests.sh.. install firefox Into your application to be built Install JsTestDriver http code.google.com p js test driver add the QUnit adapters..

JavaScript unit test tools for TDD

http://stackoverflow.com/questions/300855/javascript-unit-test-tools-for-tdd

share Buster.js Very similar server client concept as JsTestDriver see further down . Except that the server is built with JavaScript.. It does browser testing with browser automation think JsTestDriver qunit style static html page testing testing in headless browsers.. to customize Extend it to wrap other test frameworks JsTestDriver built in Your own assertions refutes Reporters xunit XML traditional..