Buster.JS

Buster.JS 0.7.18

Works for both client side (browsers) and server side (Node.js) environments.Buster.JS is a good solution for automating a huge batch of JS code tests.Features:Static HTML based browser testing Node testing Assertions BDD...

CSSLint

CSSLint 0.10.0

It parses a block of CSS code and points out basic problems.The rules against which code is checked are customizable.The developer can set his own, or remove the ones he does not intend to comply to.CSSLint is also available as a Node.js package as...

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...

Metrics

Metrics 3.1.2 updated

It logs whatever is happening to the JVM core so data can be analyzed later on.It can also feed the data in real-time to system monitoring tools like Graphite and Ganglia.Modules exists for Metrics to be used with Java frameworks like Jetty, Log4j, Apache...

ESLint

ESLint 2.10.1 updated

ESLint is a must-have tool for every JavaScript developer, especially code testers. This utility lets them analyze a JavaScript file for common syntax-related problems, getting a simple report at the end about encountered problems. ESLint checks...

JsHamcrest

JsHamcrest 0.7.0

JsHamcrest comes with a small collection of matcher objects, functions that can be used for supporting dynamic data "matching" rules.These matchers are also known as constraints or predicates and are crucial in the code testing phase of a project.The...

Hydra

Hydra 0.24.0

Written in Ruby with tiny bits of JavaScript, it can run local or remote tests (via SSH). It's main feature consists of distributing code tests across multiple cores and processors.Features:Supported test...

SlimerJS

SlimerJS 0.9.6 updated

A headless browser is a browser without a user interface, used mainly for testing purposes, to simulate the presence of a browser, in this case the Gecko engine.Just like the original PhantomJS, SlimerJS can access Web pages, get the content from the...

NUnit

NUnit 2.6.3

Ported from JUnit, NUnit is entirely written in C#.The framework has been redesigned to take advantage of many .NET language features and improve the testing process.NUnit is the closest unit testing framework to the ones found in the xUnit testing...