I’m experiencing sporadic failures in production due to (I’m assuming) an unknown fault with the test system. I really need to debug these when they occur to get to the bottom of it.
I’d like to create a generic listener that allows me to load a test plan and select steps to pause if they come back with a particular verdict. Critically, this would work without having to modify the released test plan or the code for the steps.
My initial thought is that it’s not possible, as the breakoffered event would need to be raised after running each step, but I thought I’d ask and see if either there’s a way of making this work or if someone could suggest another solution to get the same result.
TIA