My favorites | Sign in
Google
                
Search
for
Updated Sep 24, 2009 by Misko.Hevery
XUnitCompatibility  
Integrating with other JavaScript assertion frameworks.

Introduction

The goal of the js-test-driver is to be the test runner for JavaScript testing. It is not our goal to be the assertion framework for the JavaScript testing, instead we hope that the open-source community will integrate a wide variety of assertion framework as plugins to js-test-driver.

Yahoo UI Test

QUnit

Ruby AutoTest

Team City

Other

JS Unit Mock Timeouts

See this previous thread discussing it: http://groups.google.com/group/js-test-driver/browse_thread/thread/1393946af440ed90?hl=en

Or check out this Google Testing Blog entry: http://googletesting.blogspot.com/2007/03/javascript-simulating-time-in-jsunit.html


Comment by daniel.tritone, Aug 07, 2009

There's a project of mine which provides a DSL-like assertion mechanism with a rich collection of matchers. This project started as a Hamcrest port to JavaScript?:

http://github.com/danielfm/jshamcrest/tree

It also provides built-in integration to several test runners, js-test-driver included.


Sign in to add a comment