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