BAEL-3444: Fixed calculator unit tests due to incorrect Cucumber glue directory.
This commit is contained in:
parent
20566a4bca
commit
f67a990ce9
@ -9,7 +9,6 @@ import io.cucumber.junit.CucumberOptions;
|
|||||||
@CucumberOptions(
|
@CucumberOptions(
|
||||||
features = {"classpath:features/calculator.feature", "classpath:features/calculator-scenario-outline.feature"}
|
features = {"classpath:features/calculator.feature", "classpath:features/calculator-scenario-outline.feature"}
|
||||||
, plugin = {"pretty", "json:target/reports/json/calculator.json"}
|
, plugin = {"pretty", "json:target/reports/json/calculator.json"}
|
||||||
, glue = {"com.baeldung.cucumber.calculator"}
|
|
||||||
)
|
)
|
||||||
public class CalculatorIntegrationTest {
|
public class CalculatorIntegrationTest {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user