YUI Test

YUI Test 1.0.0b2

Tests can be written using simple JavaScript code and then executed either in a browser or via the JS console.YUI Test follows the guidelines set by other xUnit frameworks, allowing developers to easily write unit tests using a simple syntax, and get the...

Testify

Testify 0.5.7

Modeled after unittest, tests written for unittest will run under testify with a minimum of adjustments.Testify is a replacement for Python's unittest module and nose.Features:Class-level setup and teardown fixture methods which are run once each for an...

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

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

PhantomJS

PhantomJS 2.0.0

A headless browser is a browser without a GUI, used by developers mainly for testing purposes, to simulate the presence of a browser, in this case the WebKit engine.A headless browser like PhantomJS can access Web pages without actually showing them to...

Flog

Flog 4.3.2

Code is tested and scored, if the score will be high, than the harder it will be to run.Flog essentially scores an ABC metric: Assignments, Branches, Calls, with particular attention placed on calls.What is new in this release:Added --extended / -e to put...