Hello,
I was curious if anyone is doing something similar with TestRail, or if this seems like a good idea anywhere outside of my brain
I would like to be able to create a Test Case in TestRail and from TestRail’s …/cases/view/ UI view be able to see the commit history for that particular test case. I could link to these manually on every commit from within TestRail, but having it just be auto detected with a git plugin web hook from the comments or something would be sweet:
// In git commit comment
// Initial implementation of TC
Implementation for testcase#id to test foo equals bar
// Update of TC
Changing testcase#id to test baz equals bar instead
// For example, we have something similar for our bug database
Fix for bug#12345 status#ToTest reason#Fixed // Auto updates bug notes from commit
Ideally, the tab or view from within TestRail would allow me to click through each commit and see the code change right there in TestRail (via the github /compare API or similar).
Boom, feature request