Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : pom.xml and CalculatorStep #8

Open
wants to merge 1 commit into
base: p3ch3
Choose a base branch
from

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