![JAR search and dependency download from the Maven repository](/logo.png)
io.cucumber.core.plugin.Options Maven / Gradle / Ivy
package io.cucumber.core.plugin;
public interface Options {
Iterable plugins();
boolean isMonochrome();
boolean isWip();
interface Plugin {
Class extends io.cucumber.plugin.Plugin> pluginClass();
String argument();
String pluginString();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy