You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be OK for Parameter transform functions to throw errors. It should also be possible to match a CucumberEpxression (or RegularExpression) without invoking the transform function.
This probably means that the Argument.getTransformedValue() needs to do the transformation on demand rather than having it passed into the constructor.
It should be OK for
Parameter
transform functions to throw errors. It should also be possible tomatch
aCucumberEpxression
(orRegularExpression
) without invoking the transform function.This probably means that the
Argument.getTransformedValue()
needs to do the transformation on demand rather than having it passed into the constructor.See cucumber/cucumber-js#765 for more context
The text was updated successfully, but these errors were encountered: