pylero
pylero copied to clipboard
Python wrapper for the Polarion WSDL API
Looking a the code and playing around with it I can query tests cases but it looks like I can only create/update test runs. I have a need to create/update...
Was looking to leverage pylero-cmd within one of our test executor containers but rather than building the dependencies into my container was wondering if Pylero has any plans of having...
We need to be able to add hyperlinks with any role to test cases, which is currently not possible with pylero, only with Web UI. ``` >>> tc.hyperlinks[1].role testscript1 >>>...
Running TestCase.get_query_result_count(query) and TestCase.query(query) with the same query returns different results. Method get_query_result_count() is missing default_project from .pylero config. So when I've added to the query 'project.id:XXX', then it returns...
After update https://github.com/RedHatQE/pylero/pull/90 new methods without limit have been added, need update test case for cover them.
In test_run.py: def create_incident_report(test_run, test_record, test_case): project_id = test_run.project_id status = **'open'** ... incident_report.add_linked_item(test_case.work_item_id, **"triggered_by"**) -> status variable is assigned to fixed string value that could be another value in...
Build a container with Polarion and test data and execute unit tests to execute unit tests and integrate with github actions
Make sure that the project is configured correctly