
net.masterthought.cucumber.json.deserializers.OutputsDeserializer Maven / Gradle / Ivy
Go to download
Provides pretty html reports for Cucumber (Behaviour-Driven Development). It works by generating html from the
cucumber json report formatter. So can be used anywhere a json report is generated. Current use is in the
cucumber jenkins plugin and a maven mojo to generate the same report from mvn command line when running locally.
package net.masterthought.cucumber.json.deserializers;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import com.fasterxml.jackson.databind.JsonNode;
import net.masterthought.cucumber.Configuration;
import net.masterthought.cucumber.json.Output;
public class OutputsDeserializer extends CucumberJsonDeserializer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy