Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
/ testharness.js Public archive
forked from w3c/testharness.js

THIS REPOSITORY HAS BEEN RETIRED. SEE THE MAIN SERVO REPOSITORY INSTEAD.

Notifications You must be signed in to change notification settings

servo/testharness.js

 
 

Repository files navigation

Introdution

testharness.js provides a framework for writing low-level tests of browser functionality in javascript. It provides a convenient API for making assertions and is intended to work for both simple synchronous tests and for tests of asynchronous behaviour.

Getting Started

To use testharness.js you must include two scripts, in the order given:

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

Full documentation

Full documentation of the API is kept in the source of testharness.js.

You can also read a tutorial on Using testharness.js.

About

THIS REPOSITORY HAS BEEN RETIRED. SEE THE MAIN SERVO REPOSITORY INSTEAD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • CSS 1.0%