-
Notifications
You must be signed in to change notification settings - Fork 36
Tracker Integration
The functionality is still in development phase.
Tracker integration allows you to link your testcases with corresponding issues in your issue tracker. Multiple issues could be linked to a single testcase as well as a single testcase can be linked to multiple issues.
QuAck also exposes endpoints that allow to link testcases and issues from outside - e.g. - directly from issue tracker.
Any task tracker can be integrated with QuAck thanks to it's pluggable architecture.
Tracker Plugin is just an implementation of a single interface. Developers should implement tracker plugin for their own test tracker and include it in QuAck configuration.
It is planned to ship QuAck with ready-to-go Jira tracker plugin.
It is also planned to integrate future Versions QuAck functionality with tracker versions.