Skip to content

Conversation

@emmo78
Copy link

@emmo78 emmo78 commented Apr 26, 2022

add annotation @CucumberContextConfiguration in CalculatorStep
to avoid :
io.cucumber.core.backend.CucumberBackendException: Please annotate a glue class with some context configuration.
For example:
@CucumberContextConfiguration
@SpringBootTest(classes = TestConfig.class)
public class CucumberSpringConfiguration { }
Or:
@CucumberContextConfiguration
@ContextConfiguration( ... )
public class CucumberSpringConfiguration { }

I update pom.xml in agreement with https://cucumber.io/docs/installation/java/ and for vulnerabilities in Log4j

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant