Is your feature request related to a problem? Please describe.
The current approach from the referenced article only provides a high-level summary of test failures. It does not help in tracking recurring failures caused by known bugs. As a result, testers must repeatedly investigate the same failing test cases, even when the root cause (a known bug) has already been identified. This leads to inefficiency, duplicated effort, and slower feedback cycles for the development team.
Describe the solution you'd like
We want a system that can intelligently link test failures to known bugs. Specifically:
When a test fails and is identified as a bug, a ticket should be created for the development team.
That bug ticket should be linked to the corresponding test case.
On subsequent test runs, if the same test fails again, the system should automatically recognize that it is failing due to the already identified bug.
The system should then auto-link the failure to the existing bug ticket, eliminating the need for repeated manual investigation by testers.
Additional context
This feature would significantly improve QA efficiency by reducing redundant investigation efforts and ensuring better traceability between test cases and known issues. It would also help development teams prioritize fixes by clearly showing recurring failures tied to specific bugs.
Is your feature request related to a problem? Please describe.
The current approach from the referenced article only provides a high-level summary of test failures. It does not help in tracking recurring failures caused by known bugs. As a result, testers must repeatedly investigate the same failing test cases, even when the root cause (a known bug) has already been identified. This leads to inefficiency, duplicated effort, and slower feedback cycles for the development team.
Describe the solution you'd like
We want a system that can intelligently link test failures to known bugs. Specifically:
When a test fails and is identified as a bug, a ticket should be created for the development team.
That bug ticket should be linked to the corresponding test case.
On subsequent test runs, if the same test fails again, the system should automatically recognize that it is failing due to the already identified bug.
The system should then auto-link the failure to the existing bug ticket, eliminating the need for repeated manual investigation by testers.
Additional context
This feature would significantly improve QA efficiency by reducing redundant investigation efforts and ensuring better traceability between test cases and known issues. It would also help development teams prioritize fixes by clearly showing recurring failures tied to specific bugs.