ScanJS

ScanJS 0.2.0

ScanJS works using the fantastic Acorn.js library, parsing JavaScript code and then converting it to AST format.The AST (Abstract Tree Syntax) is then analyzed for common patterns and any problems are reported to the user.For identifying "problems" in the...

Sinon.js

Sinon.js 1.17.2 updated

Sinon.js is framework-agnostic JS toolkit, meaning it can work on its own, or along side a more complex JavaScript framework like Prototype, MooTools or JavaScriptMVC. As for use scenarios, Sinon.js is a JavaScript tool that can fake the presence of...

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

Review

Review 0.9.1

'Review' works from the Node.js CLI and is ideal for testing out responsive and mobile sites.The application was built on top of PhantomJS , loading a website inside a headless browser at different sizes, taking a snapshot and then saving the image on...

PHP_CodeSniffer

PHP_CodeSniffer 2.3.3 updated

PHP_CodeSniffer is available as a PEAR package. Under the hood, it works by tokenising PHP, JavaScript and CSS files and checking it against a defined set of coding standards.PHP_CodeSniffer is one of the best test tools during development because it...

The bookmarklet takes each CSS class on a page tests it.It then reports, showing which classes are slowing down the page.Bad classes are considered the one that when removed from the code, the page scrolls down much faster.A working demo is included with...

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

TestBox

TestBox 2.1.0

TestBox follows the classic guidelines of the xUnit testing framework, allowing developers to easily write tests for their code using a clean, simple syntax.Besides the all-present runner, assertions and expectations support, TestBox also comes with...

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

MockBox

MockBox 3.1.0

By default, MockBox is included with all ColdBox packages, version 3 or higher.This doesn't mean MockBox needs ColdBox to work properly, developers being able to use MockBox as a stand-alone application as well.If the terms "mocking" or "stubbing" are...