Class StoryWriter

java.lang.Object
net.tangly.spec.bdd.engine.StoryWriter

public class StoryWriter extends Object
Writes the story with all executed scenarios in a JSON file. The feature associated with the package of the story class is also added to the generated file.
  • Constructor Details

    • StoryWriter

      public StoryWriter(@NotNull @NotNull StoryRun run)
  • Method Details

    • getOrCreateBddReportsFolder

      public static Path getOrCreateBddReportsFolder(@NotNull @NotNull Class<?> clazz)