Closed alexkrechik closed 6 months ago
Add the pureTextStep option with the possibility to use steps as text during cooperation, for example: steps.js
pureTextStep
When('I give [3/4] and 5$')
Should pass for the I give [3/4] and 5$ step only, but fail for the I give 3 and 5.
I give [3/4] and 5$
I give 3 and 5
Add the
pureTextStep
option with the possibility to use steps as text during cooperation, for example: steps.jsShould pass for the
I give [3/4] and 5$
step only, but fail for theI give 3 and 5
.