So i managed to get a script working that will relocate the buttons when running test cases.
name: Move Add Result Button Location
description: Change the location of the Add Result buttons to top of the test cases. This includes the Pass and next, Assign to and play buttons below the container with priority, Estimate and Milestone.
author: David O’Bryan
version: 1.0
includes:
excludes:
js:
var delayMillis = 1000;
(document).ready( setTimeout(function() { (".button-group.form-buttons").insertAfter(".io-container.io-framed");
}, delayMillis));