cypress-cucumber-preprocessor 4.1.0 - TSX and Multiline Step Arguments support
Multiline Step Arguments:
Thanks to @Enrico126 it allows usage of multiline step arguments, as showcased with a simple .feature example:
and matching step definition:
TSX support:
Thanks to @mallison you should be able to use .tsx files as your step definitions. As noted by @azamuddin this change also allows the use of @cypress/react to test react components in isolation with cucumber.
Let me know if you have any questions or thoughts in the comments below.
We've just released a new version of the cypress-cucumber-preprocessor package.