|
|
hace 11 años | |
|---|---|---|
| dist | hace 11 años | |
| lib | hace 11 años | |
| t | hace 11 años | |
| .gitignore | hace 11 años | |
| .mailmap | hace 11 años | |
| Changes | hace 11 años | |
| MANIFEST.SKIP | hace 11 años | |
| README.md | hace 11 años | |
| dist.ini | hace 11 años | |
| perlcriticrc | hace 11 años | |
| weaver.ini | hace 11 años |
Perl interface to TestRail's REST API
Doesn't implement every method provided (yet), just the ones I needed:
Basically everything needed to sync up automated test runs to the test management DB. TODO: alter tests so that you can keep in sync.
my $url = "http://some.testrail.install/";
my $user = 'JohnDoe';
my $pw = 'password';
my $apiClient = new TestRail::API($url,$user,$pass);
See POD for more info.