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

jMock

jMock 2.8.1 updated

Test-Driven Development (or TDD) is a complex process for writing code that relies on cycles. It requires the developer to write code and continuously test it until it passes approval standards.jMock implements TDD testing habits by using Java mock...

jQuery Stage

jQuery Stage 1.1.8 updated

jQuery Stage sniffs out viewport details for debug purposes. A demo is included with the download package. jQuery Stage collects: Viewport width Viewport height DP DPPX PPI DI Viewport type (desktop, tablet, phone) Viewport orientationWhat is new in this...

jquery.debug.js will collect JS errors and display them in a report overlayed on top of the page.All the plugin's logic and display mechanisms are contained in one file, making it easy to use on any Web page via a simple script inclusion.Usage...

JS Error Logs provides a work-around for the problem of client-side JavaScript errors.The library records all these errors via the browser's built-in console and then sends them to a desired server location.JS Error Logs can work with:- server flat-files-...

JSCheck

JSCheck 2016-02-07 updated

JSCheck is centered around the specification and checking of claims.The library takes into account the description of a set of properties for a system, function, or object.From that data JSCheck then generates random test cases for assessing those...

JSCover

JSCover 1.0.23 updated

Code Coverage is a metric used in software development describing the amount of code that has been tested. The higher it is the better it is. JSCover was created on top of an older code coverage tool for JavaScript known as JSCoverage, on which...

JSCS

JSCS 2.9.0 updated

JSCS works just like a classic code linter, but instead of checking the validity of the code's syntax, it checks if various styling rules are respected. Over 90 of such rules are included by default with the JSCS package, some of them organized in...

JsDecoder

JsDecoder 1.1.0

It parses JS code, decodes it, colorizes it and presents the new code to the user.Features:Code formatting (indent, new lines) Code fixing (missing semicolons, braces) Code highlighting Requirements:JavaScript enabled on client...

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