Telescope

Telescope 0.6.0

Telescope was developed because of a need to test various aspects of Lua code and applications before launching them, mainly to help detect and avoid basic design flaws and small slip-ups.Telescope is mainly for advanced developers and comes with no GUI...

rpcpdb

rpcpdb 0.4.2

rpcdb works with both Python branches, 2.x and 3.x.It was designed to work around Python's native pdb debugger, providing a tool specialized for handling RPC server configurations.rpcdb can be used to open an interactive console into the RPC processes and...

jquery.debug.js will collect JS errors and display them in a report overlayed on top of the page.All the plugin's logic and display mechanisms are contained in one file, making it easy to use on any Web page via a simple script inclusion.Usage...

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

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

gremlins.js

gremlins.js 0.1.0

gremlins.js is an advanced monkey (fuzz) testing framework for both the browser and Node.js, allowing developers to gather quick feedback on their app by releasing a number of bots that randomly use the application.He can then log in their actions and see...

useful.log.js allows developers to send debug messages to a console-like tool.The console appears in the bottom right corner of the page and floats above the rest of the content.useful.log.js can be used for older browsers that don't provide access to a...

Karma

Karma 0.13.21 updated

Karma was developed to help programmers test JavaScript code before shipping out to production environments. It not only tests the code locally, but simulates its behavior in a multitude of browsers and environments. Karma is the continuation of a similar...

ruby-debug

ruby-debug 0.10.5rc9

ruby-debug is a faster implementation of the standard debug.rb, included with native Ruby, using a native extension with a new hook Ruby C API .This works only for Ruby 1.8, but versions for Ruby 1.9 and Rubinius also exist by other...