All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.timm.cucumber.generate.FileGeneratorConfig Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package com.github.timm.cucumber.generate;

import java.io.File;

import org.apache.maven.plugin.logging.Log;

public interface FileGeneratorConfig {

    boolean filterFeaturesByTags();

    Log getLog();

    File getFeaturesDirectory();

    String getEncoding();

    String getCucumberOutputDir();

    boolean useTestNG();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy