Skip to content

Files

Latest commit

07a90e5 · Jun 28, 2013

History

History
31 lines (16 loc) · 681 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 681 Bytes

brewpony.com tests

These tests verify that brewpony.com doesn't have broken links, broken images and non-standards-compliant HTML/CSS. It could do more in the future, but that is what it does now.

Build Status

Installing dependencies

You will need Perl and Test::WWW::Mechanize, with the optional SSL-related CPAN modules also installed.

With cpanm:

cpanm --installdeps .

With Module::Build :

perl Build.PL && ./Build installdeps

Running the tests

You can use prove:

prove -lrv t/

or Module::Build

./Build test

which has less verbose output by default.