Smolder - continuous integration smoke server


Smolder documentation Contained in the Smolder distribution.

Index


Code Index:

NAME

Top

Smolder - continuous integration smoke server

DESCRIPTION

Top

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

Top

* 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

Top

* Source Code

https://github.com/mpeters/smolder/

* Bugs and Requests

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Smolder

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Smolder

* CPAN Ratings

http://cpanratings.perl.org/d/Smolder

* Search CPAN

http://search.cpan.org/dist/Smolder/

COPYRIGHT & LICENSE

Top


Smolder documentation Contained in the Smolder distribution.

package Smolder;

our $VERSION = '1.51';

1;

__END__