ayg / testharness.js-old

Test framework for writing javascript-based browser tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== Introduction ==

testharness.js provides a framework for writing javascript-based test
cases, mainly aimed at browser developers and other implementors.

It is intended to �provide a convenient API for making common
assertions, and to work both for testing synchronous and asynchronous
DOM features in a way that promotes clear, robust, tests.

For details on usage, see the inline documentation in src/testharness.js

About

Test framework for writing javascript-based browser tests

License:Other


Languages

Language:JavaScript 100.0%