cucumber / docs

Cucumber user documentation
https://cucumber.io/docs/installation/
MIT License
149 stars 525 forks source link

Clarify how to use regular expressions #288

Open mpkorstanje opened 5 years ago

mpkorstanje commented 5 years ago

https://stackoverflow.com/questions/54081489/cucumber-3-how-to-define-a-regular-expression

Leads me to believe the docs do not cover this well.

  1. Create page like cucumber-epressions for regex.
  2. Mention in step def and cucumber expression pages.
  3. Remove wikipedia links.
mlvandijk commented 5 years ago

This might be helpful: https://agileforall.com/just-enough-regular-expressions-for-cucumber/

mlvandijk commented 5 years ago

Note: With the introduction of cucumber expressions all regular expressions should start with ^ and end with $.

mlvandijk commented 5 years ago

See also https://github.com/cucumber/cucumber-jvm/issues/1595

mlvandijk commented 3 years ago

See also #497