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

PMD Code Analyzer

PMD Code Analyzer 5.5.0 updated

PMD can be utilized in finding possible bugs,  duplicate code, unused variables and methods. It can also identify badly performing code blocks, unnecessary "if" statements, wrongfully expressed "for" loops (that could be rewritten as "while" loops),...

PHP Benchmark

PHP Benchmark 1.0.2 updated

PHP benchmark can be used to test a website's performance.The test suite can be run from the PHP CLI or from the Node.js CLI.Usage and setup instructions are provided with the package's README file.Features:Average page rendering time Average memory peak...

Yellow Lab Tools

Yellow Lab Tools 1.8.2 updated

Yellow Lab Tools runs on a Node.js server, is easy to install, and lets developers test a website (via an URL). This is done by accessing the website via PhantomJS and collecting various metrics and statistics. These metrics are then manipulated and...

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

Frisby

Frisby 0.8.3

Frisby allows programmers to write custom tests using Node.js and Jasmine, and test the integrity of various REST API endpoints.This is done by mimicking HTTP requests to the server, catching its response, and then logging for further analysis.While this...

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