Jasmine

Jasmine 2.4.1 updated

It does not rely on browsers, DOM, or any JavaScript framework. Jasmine is BDD, Behavior Driven Development. For Ruby or RoR environments, a gem file is also provided. Jasmine can be run anywhere where JavaScript can be executed, server or client...

a11y

a11y 0.4.1 updated

a11y can be used by Web developers while they're coding their Web projects, or even after, allowing them to check what accessibility standards they're currently breaking.This tool works via the Node.js command-line terminal, but developers have also...

Vorlon.JS

Vorlon.JS 0.2.1 updated

Vorlon.JS is one of the easiest to use debugging tools around, being developed by Microsoft specifically for testing an application on more than one device/platform at once.To use, just add a line of JS to your code and then start the Vorlon process in...

CSS Critic

CSS Critic 1.3.0 updated

Regression testing is a software testing technique that can be used to discover new bugs whenever a change has been made to the document. CSS Critic tests how changes made to CSS files affect the rendering of a page. A small demo test is included with the...

Apache Bigtop

Apache Bigtop 1.1.0 updated

Apache Bigtop is for building easy to deploy Hadoop installations that can easily be installed on one or more clusters when needed. Bigtop includes tools to help developers create custom Hadoop packages with or without an underlying OS, making them easy...

Hyperlink

Hyperlink 2.3.0 updated

Hyperlink was created as a last measure testing utility, allowing webmasters to test their site for broken links before launching it into a production environment.This tool can only be used from the Node.js CLI and works with websites hosted online or...

Karma

Karma 0.13.21 updated

Karma was developed to help programmers test JavaScript code before shipping out to production environments. It not only tests the code locally, but simulates its behavior in a multitude of browsers and environments. Karma is the continuation of a similar...

QUnit

QUnit 1.22.0 updated

QUnit is the official unit testing tool used by the jQuery Team for the framework's core and various additional plugins. Besides specific jQuery code, QUnit can also test generic JavaScript code, including server-side JavaScript. This testing...

Vows

Vows 0.8.1 / 0.9.0-rc3 updated

It adds asynchronous BDD & continuous integration features for the Node.js server-side JavaScript library. Vows was built from the ground up to test asynchronous code.It executes your tests in parallel when it makes sense, and sequentially when there are...

Chai

Chai 3.3.0 updated

Chai is a basic assertion library for JavaScript, a simple tool for supporting basic BDD and TDD development principles in your every day coding. BDD stands for "Behavior Driven Development" and TDD for "Test Driven Development". Chai is framework...