10 lines
330 B
Text
10 lines
330 B
Text
Cucumber Expressions are simple patterns for matching Step Definitions with
|
|
Gherkin steps.
|
|
|
|
Cucumber Expressions offer similar functionality to Regular Expressions, with
|
|
the following improvements:
|
|
- Improved readability
|
|
- Custom parameter types
|
|
- Expression generation
|
|
|
|
WWW: https://github.com/cucumber/cucumber-expressions-ruby
|