We could define one online report to know test status easily. here just setup some widget. use the below tech:
- Python
- Jira
- Xray
- Highcharts
Total Test Execution
Jira Rest API: https://xxxxxx/jira/rest/api/2/issue/ISR-11732
1 | "customfield_10931": { |
Test Execution Summary
Xray Rest API: https://xxxxxx/jira/rest/raven/1.0/api/testexec/ISR-11759/test
1 | [ |
Test Active Defect
Jira Rest API: https://xxxxxx/jira/rest/api/2/search?jql=status not in (Closed, Resolved) AND issue in defectsCreatedDuringTestExecution(ISR-11759)
1 | { |
Report: