Package com.shaft.properties.internal
Interface Cucumber
- All Superinterfaces:
org.aeonbits.owner.Config
,EngineProperties<Cucumber>
,Serializable
@Sources({"system:properties","file:src/main/resources/properties/cucumber.properties","file:src/main/resources/properties/default/cucumber.properties","classpath:cucumber.properties"})
public interface Cucumber
extends EngineProperties<Cucumber>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aeonbits.owner.Config
org.aeonbits.owner.Config.ConverterClass, org.aeonbits.owner.Config.DecryptorClass, org.aeonbits.owner.Config.DefaultValue, org.aeonbits.owner.Config.DisableableFeature, org.aeonbits.owner.Config.DisableFeature, org.aeonbits.owner.Config.EncryptedValue, org.aeonbits.owner.Config.HotReload, org.aeonbits.owner.Config.HotReloadType, org.aeonbits.owner.Config.Key, org.aeonbits.owner.Config.LoadPolicy, org.aeonbits.owner.Config.LoadType, org.aeonbits.owner.Config.PreprocessorClasses, org.aeonbits.owner.Config.Separator, org.aeonbits.owner.Config.Sources, org.aeonbits.owner.Config.TokenizerClass
Nested classes/interfaces inherited from interface com.shaft.properties.internal.EngineProperties
EngineProperties.SetProperty
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
Methods inherited from interface com.shaft.properties.internal.EngineProperties
set
-
Method Details
-
cucumberAnsiColorsDisabled
@Key("cucumber.ansi-colors.disabled") @DefaultValue("false") boolean cucumberAnsiColorsDisabled() -
cucumberExecutionDryRun
@Key("cucumber.execution.dry-run") @DefaultValue("false") boolean cucumberExecutionDryRun() -
cucumberExecutionLimit
-
cucumberExecutionOrder
-
cucumberExecutionStrict
@Key("cucumber.execution.strict") @DefaultValue("true") boolean cucumberExecutionStrict() -
cucumberExecutionWip
@Key("cucumber.execution.wip") @DefaultValue("false") boolean cucumberExecutionWip() -
cucumberFeatures
-
cucumberFilterName
-
cucumberFilterTags
-
cucumberGlue
@Key("cucumber.glue") @DefaultValue("customCucumberSteps, com.shaft.cucumber") String cucumberGlue() -
cucumberPlugin
@Key("cucumber.plugin") @DefaultValue("pretty, json:allure-results/cucumber.json, html:allure-results/cucumberReport.html, com.shaft.listeners.CucumberTestRunnerListener") String cucumberPlugin() -
cucumberObjectFactory
-
cucumberSnippetType
-
cucumberPublishQuiet
@Key("cucumber.publish.quiet") @DefaultValue("true") boolean cucumberPublishQuiet()
-