{"id":15018776,"url":"https://github.com/douville/qcri","last_synced_at":"2025-10-20T02:44:35.392Z","repository":{"id":57458861,"uuid":"75780591","full_name":"douville/qcri","owner":"douville","description":"Import test results to HP Quality Center","archived":false,"fork":false,"pushed_at":"2017-01-22T06:18:24.000Z","size":40,"stargazers_count":10,"open_issues_count":3,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-30T21:11:50.366Z","etag":null,"topics":["hp-quality-center","robot-framework","selenium","testing","uft"],"latest_commit_sha":null,"homepage":"https://douville.github.io/qcri","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/douville.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-06T23:28:28.000Z","updated_at":"2024-11-28T04:41:11.000Z","dependencies_parsed_at":"2022-09-10T11:51:03.800Z","dependency_job_id":null,"html_url":"https://github.com/douville/qcri","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douville%2Fqcri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douville%2Fqcri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douville%2Fqcri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douville%2Fqcri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/douville","download_url":"https://codeload.github.com/douville/qcri/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237890775,"owners_count":19382562,"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":["hp-quality-center","robot-framework","selenium","testing","uft"],"created_at":"2024-09-24T19:52:26.716Z","updated_at":"2025-10-20T02:44:30.351Z","avatar_url":"https://github.com/douville.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*Integrate HP Quality Center into a Continuous Integration Workflow*\n\n## Introduction\nQCRI imports test results from [multiple testing tools](#supported-test-result-formats) to [HP Quality Center](http://www8.hp.com/us/en/software-solutions/quality-center-quality-management/) by [GUI](#gui), [API](#api), or [Batch Command](#command-prompt).\n\n## Supported Test Result Formats\n* [HP QTP/UFT](http://www8.hp.com/us/en/software-solutions/unified-functional-automated-testing/) Run Report\n    * 12.52\n    * 12.53\n\n* [Robot Framework](http://robotframework.org/)\n    * 3.0.1\n\n* [Selenium IDE - Test Results Plugin](https://addons.mozilla.org/en-US/firefox/addon/test-results-selenium-ide/)\n    * 2.0.1\n\n## Requirements\n* HP ALM Connectivity\n\n\n## Installation\n* [Download](https://github.com/douville/qcri/releases/) executable made with [PyInstaller](http://www.pyinstaller.org)\n\n    or\n\n* `pip install qcri`\n\n## Configuration\n\nConfiguration can be done through a *qcri.cfg* file placed in the ~ directory.\nThe default config options are:\n\n```ini\n[main]\nhistory=true\n\n[parsers]\nrobotframework=true\nuftrunreport=true\nseleniumtestresults=true\n\n[uftrunreport]\ntest_column=test\ndescription_column=description\nsubject_column=subject\nsuite_column=suite\nreplace_warning_with_passed=true\n```\n\nSome parsers may require additional configuration to function correctly.\n  \n  * UFT Run Report\n\n    Columns for Test Subject, Suite, Name, and Decription must be set\n    in the configuration file to match the DataTable.\n\n## Usage\n\n### GUI\n```bat\nqcri\n```\n\n![Image](https://cloud.githubusercontent.com/assets/24326368/21869851/288c69f2-d81f-11e6-98a1-f63761b37874.png)\n\n### Command Prompt\n```bat\nqcri --url http://localhost:8080/qcbin --domain QA --project WEBTEST --username tester --pasword secret --source c:/TestResults/output.xml --destination GroupA/SubGroup --attach_report True\n```\n\n### API\n```python\n\u003e\u003e\u003e import qcri\n\u003e\u003e\u003e loc = 'c:/TestResults/output.xml'\n\u003e\u003e\u003e parsers = qcri.get_parsers(loc)\n\u003e\u003e\u003e results = qcri.parse_results(parsers[0], loc)\n\u003e\u003e\u003e conn = qcri.connect('http://localhost:8080/qcbin', 'QA', 'WEBTEST', tester, secret)\n\u003e\u003e\u003e qcri.import_results(conn, 'GroupA/SubGroup', results, attach_report=False)\n```\n\n## License\nThis software is distributed under a [BSD license](https://github.com/douville/qcri/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouville%2Fqcri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdouville%2Fqcri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouville%2Fqcri/lists"}