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

JS_CodeSniffer

JS_CodeSniffer 2.2.2 updated

JS_CodeSniffer helps developers detect coding standard violations.Under the hood, it works by tokenising JavaScript source code and checking it against a defined set of coding standards.JS_CodeSniffer currently supports jQuery and Idiomatic standards.What...

Apache JMeter is an 100% pure Java application used to test performance both on static and dynamic resources like files,  FTP Servers, Servlets, Perl scripts, Java Objects, Data Bases, Queries and more.JMeter simulates a server/network heavy load, so...

CSS Colorguard

CSS Colorguard 1.1.0 updated

CSS Colorguard is both a Node.js command-line utility and a classic JavaScript programmatic library that can be used with your code. This tool works by parsing a block of CSS code found inside a local or remote CSS file and outputting a series of problems...

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

zombie.js

zombie.js 4.2.1 updated

Zombie.js allows developers to test client-side JavaScript code in a simulated environment. Client-side code can be tested in Node.js, just like they will be ran inside a browser.What is new in this release:ADDED: Preliminary support for the Fetch API...

whoops

whoops 1.1.7 updated

whoops works by collecting all errors together and presenting them in one page with all the debug information needed to fix the problem.All the information is prettified and presented in an easy to read manner, also showing where in the code the error was...

Jest

Jest 0.8.2 updated

What Jest does on top of Jasmine is to allow developers to configure and automatically append unit test files in a special folder next to the code itself.Jest will go to that folder every time, read the dependencies, load them, run the test (synchronously...

Intern

Intern 3.0.0 updated

Intern provides support for BDD and TDD, along with tools to allow code coverage reports and continuous integration.This is done by merging features found in various other testing frameworks together, melting everything together into a powerful, easy to...

trifleJS

trifleJS 0.4

Headless browsers are real Web browser without a GUI.These kind of browsers are used mainly by developers for testing because they are able to simulate a browser without a user behind.In the case of trifleJS, Trident engine used with most Internet...