Discussion:
[Cucumber] Does Cucumber JS Support "And"?
h***@gmail.com
2018-07-24 19:23:39 UTC
Permalink
Sorry for the N00b question. I've just started working with Cucumber JS
and it doesn't seem to recognize the Gherkin keyword "And". Am I wrong?
Cheers,
Huck
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
aslak hellesoy
2018-07-27 08:19:47 UTC
Permalink
All Cucumber implementations support the And keyword in Gherkin documents.

None of them support it in step definition DSLs, as And (and Or) is just a
Given, When or Then that happens to follow another Given, When or Then.

Cheers,
Aslak
Post by h***@gmail.com
Sorry for the N00b question. I've just started working with Cucumber JS
and it doesn't seem to recognize the Gherkin keyword "And". Am I wrong?
Cheers,
Huck
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...