|
|
преди 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.