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