Spork

Spork 0.9.2

Currently, it supports only frameworks like Cucumber and Rspec.This server, rather than using the Rails constant unloading to reload files, it forks a copy of the server each time to run the tests.What is new in this release:Fixes regression where abort...

Yeti

Yeti 0.2.29

Developed for Yahoo, Yeti starts unit tests via the Node.js console, opening browser mocking toolkits like Selenium, running the tests, and then reporting on the results back in the console.Yeti can work with tests written in various testing frameworks...

For now, only JavaScript regexes are supported.The library is helpful in debuggin regex syntax, for testing or debugging purposes.Any regex features not supported by JavaScript are marked as errors (in red).The project was formerly known as "JavaScript...

Bugger

Bugger 0.2.1

Bugger uses the classic trace, tick, and stack methods to dump out debug information about a block of code that might be running with faults.The library is easy to use and can be added to any project via Composer.Bugger examples and usage instructions are...

FuncUnit

FuncUnit 3.0.0

FuncUnit combines the principles behind unit and functional testings, using a jQuery-like syntax and Jasmine/QUnit-like assertions.The library was created to provide better functional testing to already existing testing frameworks, allowing then to detect...

PHPCheckstyle

PHPCheckstyle 0.14.2

PHPCheckstyle takes all your PHP files and checks them against a PHP coding standard.The toolkit uses the PEAR Coding Standard by default, but this can be changed to any other coding convention programmers want.PHPCheckstyle can be used via the PHP CLI,...

Venus.js

Venus.js 2.3.9 updated

Developed by LinkedIn's team itself, Venus.js has been proven under fire.Venus.js is not a library per se, but a tool to be used from Node's or PhantomJS' command line to test JS code in a faster manner, without having to dabble in source code files.It...

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

JS_CodeSniffer

JS_CodeSniffer 2.2.2 updated

JS_CodeSniffer helps developers detect coding standard violations.Under the hood, it works by tokenising JavaScript source code and checking it against a defined set of coding standards.JS_CodeSniffer currently supports jQuery and Idiomatic standards.What...