in reply to Automation and Performance with Perl

Load testing tools on Wikipedia has a list. I've only seen unit and integration tests in the wild, running on Jenkins or TeamCity, I also like Travis-CI and have AppVeyor on my list of projects to check.

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: Automation and Performance with Perl
by stevieb (Canon) on Oct 14, 2016 at 13:47 UTC

    I use Coveralls in addition to Travis-CI and Appveyor. It provides basic test coverage metrics, which is handy until you're ready to get more detailed with Devel::Cover, as it's all automatic.