Forum Discussion

infant_coder's avatar
4 years ago

How to share the Spring Boot context between steps in cucumber test?

Hi all,   I am working on a cucumber integration test project for spring boot. Currently I have only one feature file, and I have placed @SpringBootTest & @AutoConfigureMockMvc annotations within...