|
|
il y a 8 ans | |
|---|---|---|
| bin | il y a 8 ans | |
| dist | il y a 8 ans | |
| lib | il y a 8 ans | |
| t | il y a 8 ans | |
| .gitignore | il y a 10 ans | |
| .mailmap | il y a 11 ans | |
| .travis.yml | il y a 9 ans | |
| Changes | il y a 8 ans | |
| MANIFEST.SKIP | il y a 11 ans | |
| README.md | il y a 10 ans | |
| dist.ini | il y a 8 ans | |
| perlcriticrc | il y a 11 ans | |
| tidyall.ini | il y a 10 ans | |
| weaver.ini | il y a 11 ans |
Perl interface to TestRail's REST API
Implements most available TestRail API methods:
Basically everything needed to sync up automated test runs to the test management DB. Also has convenience methods to handle various limitations of the API.
my $url = "http://some.testrail.install/";
my $user = 'JohnDoe';
my $pw = 'password';
my $apiClient = new TestRail::API($url,$user,$pass);
Also provides a prove plugin and TAP analyzer so that you can upload results on-the-fly or after it's logged to a file.
As of version 0.019, it also supports automated creation of builds (for use in a CI sort of arrangement).
TODO: alter tests so that you can keep in sync.
See POD for more info.