cucumber / cucumber-jvm-groovy

Cucumber Groovy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note about upgrading to Cucumber 5.0.0

mpkorstanje opened this issue · comments

When you upgrade to Cucumber 5.0.0-SNAPSHOT or higher you will use cucumber-parent:2.0.0. Because of
cucumber/cucumber-parent#5 this means you'll have to change -Psign-source-javadoc to -Psign-source-javadoc-travis in continuous-deployment/deploy.sh

Thank you, will keep in mind

Also switched to jacoco for code coverage. Means the .travis.yml got a few tweaks.

@mpkorstanje, Is it possible to reload Spring Context at runtime while using Cucumber? Or is it possible to specify a profile for different scenarios, so that a correct profile-specific application.yml file is loaded during Spring context initialization?

It's probably better to ask questions like that on Slack, the mailing list or Stack Overflow. Short version, no. You'll have to create a different runner class. You'll find the extraGlue property to be usefull cucumber/cucumber-jvm#1439

Do you know when Cucumber-jvm version 5.0.0 will come out?

Hi @sgrillon14 , I would suggest joining https://cucumber.io/support#slack to get the latest news and community updates.

Closing as no longer relevant