Hi everyone,
Trying to integrate thucydides with adobe genie(flash automation tool). Everything works as expected, except of taking the screenshots: webdriver cannot take a screenshot of the flash content.
So, I've decided to take this screenshot externally and then add it to the test step.
I've created the custom step listener but can not find a place where I can get and update the current step
I'm overriding the stepFailed method, taking the screenshot and storing it to the ScreenshotAndHtmlSource, but what's now?
I also tried to get current test outcome, but it's always empty. If I try to set it in the testStarted, the default BaseStepListener stops working,
Any ideas? :)