Jarvis

Jarvis 2.0.3

Jarvis allows developers to test out their code before shipping it out to live production environments.The framework works with client-side (browsers) and server-side (Node.js) environments the same.The code is compliant to the xUnit family of frameworks,...

Benchmark.js

Benchmark.js v1.0.0

The library can be used to build and run JS benchmarks. Benchmark.js works on nearly all JavaScript platforms.It can handle high-resolution timers, and is capable of returning statistically significant results.Documentation and examples are included with...

Snowflake allows the developer to execute a small piece of code once, or every 'x' seconds, or when a value changes, or when it stops changing.The library can be used in debug situations, when it is important to determine what happens on a web page and...

PyUnit

PyUnit 1.4.1

It is inspired by JUnit, and is part of the large xUnit unit testing framework family.PyUnit is also used to test Zope.Features:Write tests easily Aggregate them to run en-masse, and run them in text or GUI mode Uses a proven testing architecture PyUnit...

kratko.js

kratko.js ver. 0.1

Code refactoring is a technique for restructuring an existing block of code, modifying its internal structure without changing its external behavior.krakto.js focuses on a JS object, gathering all the info it can get about it.It gets stats about it and...

Blackbird

Blackbird 1.0

It adds a console-like widget on the top-right corner of a page which will catch any JS-type messages, from errors to infos.By clicking on one of the icons on the console, filters can be activated for one type of console message.The framework eliminates...

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

Watir

Watir 5.0.0

Watir stands for "Web Application Testing in Ruby."It works with applications written in any language, not only Ruby.Watir manipulates a browser in the same way an user would do.Can be used for mimicking visitors, by clicking links, page sections, filling...

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