NAME

Smolder - continuous integration smoke server

DESCRIPTION

Smolder is a web-based continuous integration smoke server. It's a central repository for you smoke tests for multiple public and private repositories.

Please see Smolder::Manual for how to use it.

FEATURES

  • Self contained web application

    Smolder has it's own built-in HTTP server (Net::Server) and database (SQLite).

  • Standard Format

    Smolder uses TAP and TAP Archives as it's reporting format. See Smolder::Manual for more details.

  • Multiple Notification Channels

    Smolder can notifiy you of new or failing tests either by email or Atom data feeds.

  • Public and Private Projects

    Use Smolder for your public open source projects, or for you private work related projects. Smolder can host multiple projects of each type.

  • Project Graphs

    Smolder has graphs to help you visualize the changes to your test suite over time. See how the number of tests has grown or find patterns in your failing tests.

  • Smoke Report Organization

    You can organize your smoke reports by platform, architecture or any tag you want. This makes it easy to see how your project is doing on multiple platforms, or with different configurations.

SUPPORT

COPYRIGHT & LICENSE

Copyright 2009 Michael Peters, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.