Description
Provides Cucumber Expressions, a simpler pattern language for matching BDD step definitions. It is useful for test authors who want readable step matching without writing complex regular expressions.
Step patterns influence which test code executes. Keep expressions specific enough to avoid accidental matches that hide test mistakes.