|
|
3 年 前 | |
|---|---|---|
| bin | 5 年 前 | |
| lib | 3 年 前 | |
| t | 3 年 前 | |
| .gitignore | 10 年 前 | |
| .mailmap | 11 年 前 | |
| .travis.yml | 8 年 前 | |
| Changes | 3 年 前 | |
| MANIFEST.SKIP | 11 年 前 | |
| README.md | 8 年 前 | |
| dist.ini | 3 年 前 | |
| perlcriticrc | 11 年 前 | |
| tidyall.ini | 10 年 前 | |
| weaver.ini | 11 年 前 |
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.