blob: b44df332115d8406d7b284f4eb0dddb72aea05b1 (
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/cucumber-expressions/tree/main/ruby
|