|
|
hace 8 años | |
|---|---|---|
| bin | hace 8 años | |
| dist | hace 8 años | |
| lib | hace 8 años | |
| t | hace 8 años | |
| .gitignore | hace 10 años | |
| .mailmap | hace 11 años | |
| .travis.yml | hace 9 años | |
| Changes | hace 8 años | |
| MANIFEST.SKIP | hace 11 años | |
| README.md | hace 10 años | |
| dist.ini | hace 8 años | |
| perlcriticrc | hace 11 años | |
| tidyall.ini | hace 10 años | |
| weaver.ini | hace 11 años |
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.