quick start guide
Image
Create a github hook to run your tests on every push. Get a browser badge.
writing tests with tape
Image
Write tests with a minimal test api that works in both node and browsers.
testing locally
Image
Run your tests in node and your local browsers.
writing tests with mocha
Image
Run tests in mocha for qunit, tdd, bdd, and exports-style tests.
module-driven development
Image
Write code that is easier to maintain and easier to test with browserify.
dependency management
Image
Use npm to manage your front-end dependencies.
advanced configuration
Image
Read in-depth about the package.json "testling" field.
custom test libraries
Image
Use your own test library by outputting TAP with `console.log()`.