{"id":15018848,"url":"https://github.com/teodesian/testrail-perl","last_synced_at":"2025-07-23T14:04:57.803Z","repository":{"id":19039201,"uuid":"22263959","full_name":"teodesian/TestRail-Perl","owner":"teodesian","description":"Perl interface to TestRail's REST API","archived":false,"fork":false,"pushed_at":"2022-09-11T00:26:50.000Z","size":4802,"stargazers_count":5,"open_issues_count":23,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-23T21:45:51.427Z","etag":null,"topics":["perl","prove-plugin","testrail"],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teodesian.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-25T16:50:56.000Z","updated_at":"2023-08-23T06:46:03.000Z","dependencies_parsed_at":"2022-07-23T02:16:13.743Z","dependency_job_id":null,"html_url":"https://github.com/teodesian/TestRail-Perl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teodesian%2FTestRail-Perl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teodesian%2FTestRail-Perl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teodesian%2FTestRail-Perl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teodesian%2FTestRail-Perl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teodesian","download_url":"https://codeload.github.com/teodesian/TestRail-Perl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103878,"owners_count":21048243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["perl","prove-plugin","testrail"],"created_at":"2024-09-24T19:52:31.981Z","updated_at":"2025-04-09T19:50:36.576Z","avatar_url":"https://github.com/teodesian.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"TestRail::API\n=============\n\nPerl interface to TestRail's REST API\n\n\u003cimg alt=\"TravisCI Build Status\" src=\"https://travis-ci.org/teodesian/TestRail-Perl.svg\"\u003e\u003c/img\u003e\n\u003ca href='https://coveralls.io/r/teodesian/TestRail-Perl?branch=build%2Fmaster'\u003e\u003cimg src='https://coveralls.io/repos/teodesian/TestRail-Perl/badge.svg?branch=build%2Fmaster' alt='Coverage Status' /\u003e\u003c/a\u003e\n\u003ca href=\"https://cpants.cpanauthors.org/dist/TestRail-API\"\u003e\u003cimg alt=\"kwalitee\" src=\"https://cpants.cpanauthors.org/dist/TestRail-API.png\"\u003e\u003c/img\u003e\u003c/a\u003e\n\nImplements most available TestRail API methods:\n\n* Making Projects,Suites,Sections,Cases,Plans and Runs\n* Getting the same\n* Deleting the same\n* Setting test run statuses\n\nBasically everything needed to sync up automated test runs to the test management DB.\nAlso has convenience methods to handle various limitations of the API.\n\n\u003e my $url = \"http://some.testrail.install/\";\n\u003e \n\u003e my $user = 'JohnDoe';\n\u003e \n\u003e my $pw = 'password';\n\u003e \n\u003e my $apiClient = new TestRail::API($url,$user,$pass);\n\nAlso provides a prove plugin and TAP analyzer so that you can upload results on-the-fly or after it's logged to a file.\n\nAs of version 0.019, it also supports automated creation of builds (for use in a CI sort of arrangement).\n\nTODO: alter tests so that you can keep in sync.\n\nSee POD for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteodesian%2Ftestrail-perl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteodesian%2Ftestrail-perl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteodesian%2Ftestrail-perl/lists"}