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

Splinter

Splinter 0.6.0

It does not perform unit tests, but lets developers automate browser actions, such as visiting URLs and interacting with an apps/site items.It's more of a browser abstraction layer for web testing.Features:Simple API Multi webdrivers (Chrome, Firefox,...

Excellent

Excellent 2.1.1

The "Excellent" library was created for the testing phase of Ruby development, helping programmers prevent bugs from reaching the final version of an app or website.The library works on a series of preset checks and tests, on which new ones can be added...

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

RECESS

RECESS 1.1.9

Used internally at Twitter to test out all CSS code, RECESS can be easily deployed anywhere and adapted to any kind of CSS styleguide.Once configured, RECESS can be used by developers to check if the CSS code they wrote is up to standards.This can be done...

Iago

Iago 0.6.14

Written mostly in Scala, Iago was developed by Twitter to test an application's responses to huge traffic loads.Iago will not only generate the fake traffic, but in some cases will also log the application's responses as well.This project is perfect for...

pydbgr

pydbgr 0.2.6

This is a complete rewrite of the pydb debugger.The command API portion of the debugger is largely modeled on the GNU GDB model.A command-line interface (CLI) is provided.The intention is that IDE frameworks like Eclipse, Aptana or Netbeans and...

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

bugzyrb

bugzyrb 0.4.0

Recommended for developers, it allows a simple, minimal bug tracker using the Ruby CLI and an SQLite3 database.Maintains priority, severity, status, fix, comments and logs all updates.What is new in this release:Added recentlogs. Added...