Class HtmlScenarioOutputRenderer

java.lang.Object
org.frankframework.larva.output.HtmlScenarioOutputRenderer
All Implemented Interfaces:
TestExecutionObserver

public class HtmlScenarioOutputRenderer extends Object implements TestExecutionObserver
The HtmlScenarioOutputRenderer class is responsible for rendering HTML output during the execution of tests in the Larva test tool. It implements the TestExecutionObserver interface to observe and react to different phases and events of test execution. This class is primarily used to provide detailed, structured HTML output for a given test suite, scenarios, steps, and their results.

The renderer operates based on the provided configuration and handles writing HTML content using an accompanying LarvaHtmlWriter instance.