Skip to content

Instantly share code, notes, and snippets.

@wenqiglantz
Created January 7, 2022 02:33
Show Gist options
  • Save wenqiglantz/2efa2fec013f41e3589fdefcd38dd48e to your computer and use it in GitHub Desktop.
Save wenqiglantz/2efa2fec013f41e3589fdefcd38dd48e to your computer and use it in GitHub Desktop.
@Slf4j
@CucumberContextConfiguration
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class CucumberBootstrap {
@Autowired
protected TestRestTemplate testRestTemplate;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment