Solano CI runs your test suite simply and quickly in our managed cloud environment. You can run tests by hand, or enable our hosted CI to watch your git repos automatically. Solano CI automatically and safely parallelizes your tests to save you time, and takes care of setting up fresh isolated DB instances for each test thread. Tests have access to a wide variety of databases (postgres, mongo, redis, mysql, memcache), solr, sphinx, selenium/webdriver browsers, webkit and culerity. Solano CI supports all common Ruby test frameworks, including rspec, cucumber, test::unit, and spinach. Solano CI also supports Javascript testing using jasmine, evergreen, and many other frameworks.
Internal Gem used to call the Tddium API
tddium runs your rspec, cucumber, and test::unit tests in our managed cloud environment. You can run tests by hand, or enable our hosted CI to watch your git repos automatically. Tests run in parallel to save you time, and, if you use Rails, tddium takes care of setting up fresh isolated DB instances for each test instance. Tests can access a limited set of private Selenium RC servers.
Tddium reporting utilities. Includes support for tddium selenium screencaptures
A library (and CLI) for getting the status of your tddium builds
Linecache is a module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times.
tddium gets your rspec+selenium tests into the cloud by running them on your VMs
Run your specs with tddium through guard.
ruby-debug is a fast implementation of the standard Ruby debugger debug.rb. It is implemented by utilizing a new Ruby C API hook. The core component provides support that front-ends can build on. It provides breakpoint handling, bindings for stack frames among other things.