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
bugfix: Handle Cucumber-Wire issue when parameter type cannot be specified on Envelope (#1746)
* Handle NME from cucumber-wire
- When step match argument cannot detect the parameter type name, return `nil` and then have the optional param fed as `nil`
- When there is no parameter type (Because of legacy system), then return `nil` and have the optional param fed as `nil`
* Add changelog
0 commit comments