Details
Description
Posted by Gerard Meszaros on wiki:
We had trouble using numbers with decimal points in our specs because we were dealing with money. We tried declaring parameters as BigDecimal but could not get this to work. It should be possible to do this out of the box with no extra effort as it is a pretty common need.
BigInteger should also be supported.
Currently this is achievable via a custom parameter converter: http://jbehave.org/documentation/parameter-converters
Out-of-the-box support will follow soon.