debug.js

debug.js 0.2

debug.js is more of a compliance checker to JavaScript standards than an actual debugging toolkit.The library works by checking the desired code snippets against the browser's built-in JavaScript runtime, and optionally against JSLint.It collects the...

CSS Colorguard

CSS Colorguard 1.1.0 updated

CSS Colorguard is both a Node.js command-line utility and a classic JavaScript programmatic library that can be used with your code. This tool works by parsing a block of CSS code found inside a local or remote CSS file and outputting a series of problems...

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

CSS Critic

CSS Critic 1.3.0 updated

Regression testing is a software testing technique that can be used to discover new bugs whenever a change has been made to the document. CSS Critic tests how changes made to CSS files affect the rendering of a page. A small demo test is included with the...

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

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

zombie.js

zombie.js 4.2.1 updated

Zombie.js allows developers to test client-side JavaScript code in a simulated environment. Client-side code can be tested in Node.js, just like they will be ran inside a browser.What is new in this release:ADDED: Preliminary support for the Fetch API...

Ladybug

Ladybug 1.0.13 updated

Ladybug can be used to replace var_dump or print_r calls in PHP, providing a cleaner and better organized way of viewing PHP debug data. The library is Composer-friendly, meaning it can easily be added to any project with one line of code and then removed...

Benchtable

Benchtable 0.0.5 updated

Benchtable takes the results of a Benchmark.js test suite and prints them inside the Node.js console as a colored ASCII table.It increases readability by organizing scores and results so the developer will take the right decision when debugging his...