Class ScreenshotReportForm


  • @Component
    public class ScreenshotReportForm
    extends org.jbehave.core.reporters.Format
    Screenshot report form
    Author:
    Daniel Keiss <daniel.keiss@telekom.de>

    Copyright (c) 2020 Daniel Keiss, Deutsche Telekom IT GmbH This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.

    • Field Summary

      • Fields inherited from class org.jbehave.core.reporters.Format

        ANSI_CONSOLE, CONSOLE, HTML, HTML_TEMPLATE, IDE_CONSOLE, JSON, JSON_TEMPLATE, STATS, TEAMCITY_CONSOLE, TXT, XML, XML_TEMPLATE
    • Constructor Detail

      • ScreenshotReportForm

        public ScreenshotReportForm()
    • Method Detail

      • createStoryReporter

        public org.jbehave.core.reporters.StoryReporter createStoryReporter​(org.jbehave.core.reporters.FilePrintStreamFactory factory,
                                                                            org.jbehave.core.reporters.StoryReporterBuilder builder)
        Specified by:
        createStoryReporter in class org.jbehave.core.reporters.Format