|
|
11 éve | |
|---|---|---|
| dist | 11 éve | |
| lib | 11 éve | |
| t | 11 éve | |
| .gitignore | 11 éve | |
| Changes | 11 éve | |
| MANIFEST.SKIP | 11 éve | |
| README.md | 11 éve | |
| dist.ini | 11 éve | |
| perlcriticrc | 11 éve | |
| weaver.ini | 11 éve |
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.