blob: 4df44e020cefd7e28f097c8755a9bf08a02f6efa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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/common/tree/main/cucumber-expressions/ruby
|