cucumber / cucumber-eclipse

Eclipse plugin for Cucumber
MIT License
190 stars 147 forks source link

Provide an option to ignore parameter type #414

Closed laeubi closed 4 years ago

laeubi commented 4 years ago

IntelliJ offers an option to the user to match steps regardless of type. This could be useful if custom types are used but not registered with the system.

We could simply add a checkbox in the project options to account for this.