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

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

SimPy

SimPy 3.0.8 updated

It is released under the GNU Lesser GPL (LGPL), starting with version 1.5.1 (previous versions were released under GPL).It provides the modeler with components of a simulation model including processes, for active components like customers, messages, and...

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

Pesticide

Pesticide 1.3.1 updated

Everyone of us has done it before. Every time we had a problem with our CSS, we added a 1 pixel red border to two or more elements just to get a sense of what's going on and where the problem is lying. While this very useful, it's also very...

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

Pylama

Pylama 6.3.4 updated

Pylama is the perfect tool to verify Python code before deploying a project from testing and development stages to a live production environment.It comes complete with a reporting feature to let the coder know what and where his code might have...

EasyMock

EasyMock 3.3.1

EasyMock provides a simpler interface for dealing with Java mock objects in your code.Because Java mock objects require a lot of coding and a lot of attention to details to avoid adjacent errors, they are usually ignored, and due to good reasons.The...

Nightwatch.js

Nightwatch.js 0.8.9 updated

Nightwatch.js is a tool for advanced developers that allows them to test how their applications will fare on various browsers, in various conditions, without actually having to replicate them in real-life. It uses the Selenium browser automation Web...