mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
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
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
|