java.lang.Object
net.tangly.bdd.engine.StoryWriter
public class StoryWriter
extends java.lang.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 Summary
Constructors Constructor Description StoryWriter(@NotNull StoryRun run) -
Method Summary
Modifier and Type Method Description static java.nio.file.PathgetOrCreateBddReportsFolder(@NotNull java.lang.Class<?> clazz)
-
Constructor Details
-
Method Details
-
getOrCreateBddReportsFolder
public static java.nio.file.Path getOrCreateBddReportsFolder(@NotNull @NotNull java.lang.Class<?> clazz)
-