How move CucumberContextConfiguration class to the library?
my env: Java+Spring+Cucumber what I want: I need move all steps definition to the shred library. It means, that In my test project I have only cucumber’s features, properties and runner class: @Cucumber @IncludeEngines(“cucumber”) @SelectClasspathResource(“com/tests”) @ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = “com.runner.project.test”) public class RunnerTest { } What I do: I create library with step’s definition […]
How move CucumberContextConfiguration class to the library?
my env: Java+Spring+Cucumber what I want: I need move all steps definition to the shred library. It means, that In my test project I have only cucumber’s features, properties and runner class: @Cucumber @IncludeEngines(“cucumber”) @SelectClasspathResource(“com/tests”) @ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = “com.runner.project.test”) public class RunnerTest { } What I do: I create library with step’s definition […]
How move CucumberContextConfiguration class to the library?
my env: Java+Spring+Cucumber what I want: I need move all steps definition to the shred library. It means, that In my test project I have only cucumber’s features, properties and runner class: @Cucumber @IncludeEngines(“cucumber”) @SelectClasspathResource(“com/tests”) @ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = “com.runner.project.test”) public class RunnerTest { } What I do: I create library with step’s definition […]
How move CucumberContextConfiguration class to the library?
my env: Java+Spring+Cucumber what I want: I need move all steps definition to the shred library. It means, that In my test project I have only cucumber’s features, properties and runner class: @Cucumber @IncludeEngines(“cucumber”) @SelectClasspathResource(“com/tests”) @ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = “com.runner.project.test”) public class RunnerTest { } What I do: I create library with step’s definition […]