Closed MarcelSchmidberger closed 6 years ago
This should be documented in the readme
Not to be rude but I think this is just you being a little stupid :D
The whole reason for And statements is to chain multiple given statements and obviously you don't want to implement a given
step and an and
step which do exactly the same thing just because the customer uses it as a Given step once and another time as an And step. So instead you only have to define the step once and can use And as an alias.
Yeah in you are propably right, but I think this should be documented in the readme
Expected Behavior
for this us:
I would expect to implement the step
(and) a category
or something like(given) and a category
Actual Behavior
I have to write
(given) a category
Steps to reproduce error
create a user story with and statement