I am trying to implement StepListener interface from net.thucydides.core.steps
where I need to implement the methods:
@Override
public void testSuiteStarted(Class<?> storyClass) {}
@Override
public void testSuiteFinished() {}
How can I send those events in a correct JSON format?