skipoleschris / xsbt-cucumber-plugin

Plugin to integrate Cucumber and Cuke4Duke into XSBT
Apache License 2.0
49 stars 48 forks source link

Transformers now necessary? #34

Open minutekey opened 11 years ago

minutekey commented 11 years ago

Chris, After upgrading to the latest xsbt cucumber plugin, I suddenly see errors like this:

Don't know how to convert "9.0" into scala.math.BigDecimal.

I've done a lot of searching to try and figure out how I might resolve this, but the only thing that looked promising was in cucumber.runtime.scala.Transforms and this doesn't appear to exist anymore. Is there a new way to achieve these sorts of transforms, or is this some sort of regression?

Best regards,

Steve

ignasi35 commented 10 years ago

Hi @minutekey I'm a similar situation. Found this example on using Transformers (new?):

https://github.com/cucumber/cucumber-jvm/commit/c4b2517bcde846f16e46dd5bca2ef361bdfa8cda

and the commit where Transforms (old?) where removed:

https://github.com/cucumber/cucumber-jvm/commit/9d768ee0ed7af2532f7ee05c7b439d48c6bccd19

Didn't have time for testing it though. :-(