Package com.arc_e_tect.gradle.gherkin.progress
package com.arc_e_tect.gradle.gherkin.progress
-
ClassDescriptionConfiguration for
ProgressReportWriter.Writes an AsciiDoc progress report that breaks scenarios down byScenarioStatusand summarises the breakdown as a table of counts and percentages.Renders a progress report from a user-supplied Mustache template, so that the generated AsciiDoc file references the snippets written bySnippetWriterviainclude::directives instead of embedding their content verbatim.Shared explanatory text used by bothProgressReportWriterandReportTemplateRenderer.Classifies aScenarioInfoasScenarioStatus.LISTED,ScenarioStatus.DEFINED, orScenarioStatus.IMPLEMENTEDbased on whether it has steps, and whether every step has matching glue code.Implementation progress of a single scenario, as tracked whentrackProgressis enabled.The scenarios classified under oneScenarioStatus, along with the display text and summary figures used to render that status's heading, blurb, and summary table row.