-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add support for spring-boot @IntegrationTest in spring module #783
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
As well as supporting Boot's I was working on PR but I'm unable to make a successfull build. The cucumber-jruby module fails when building. Anyway I was hoping changing
But as I can't build I cannot verify currently. As Spring Boot is gaining a lot of traction I think it's important providing Boot support in the cucumber-spring module. |
I was wondering what progress had been made with supporting @IntegerationTest. I am currently working on a project that would greatly benefit from using Cucumber; however, this is a stumbling block for the team. |
Until it is added, you can use this solution on stackoverflow |
Hi, I tried using this solution referred to on stackoverflow but I couldn't get it to work, is there any update on the progress? Thanks. |
Actually all that is needed is to add support for See #1061 |
Superceded by #1061. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sometimes you need to run test agains the server running and not to use mockMcv or something similar. At the moment there is not support for this annotation and run the spring boot application is really a headache. Where are at the moment running the spring boot application with a hook, but it would be easier to support this annotation to test spring boot applications with cucumber.
The text was updated successfully, but these errors were encountered: