NAME

smolder_report - Report test runs to a Smolder server

VERSION

Version 0.04

SYNOPSIS

# Run your tests and generate a report
$ prove -l -a smoke.tgz

# Submit report to smoke server
$ smolder_report --server=smolder.example.com --project-id=1 \
               --username=minime --password=secret smoke.tgz

# Lazy people like me use config files
# My defaults at $HOME
$ cat ~/.smolder.conf
server = "smolder.simplicidade.org"
username = "melo"
password = "secret"
delete = 1

# Per project .smolder.conf
$ cat .smolder.conf
project_id = 29

# This setup allows me to:
$ probe -l -a smoke.tgz
$ smolder_report smoke.tgz

DESCRIPTION

TBD

AUTHOR

Pedro Melo, <melo at cpan.org>

BUGS

Please report any bugs or feature requests to bug-app-smolder-report at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Smolder-Report. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc App::Smolder::Report

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2008 Pedro Melo.

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