cucumber-ruby

BDD testing framework for Ruby that executes plain-text specifications

brewmacoslinux
Try with needOr install directly
Source

About

Cucumber for Ruby

Commands

cucumber

Examples

Run all feature tests in the features directory$ cucumber
Run specific feature file with verbose output$ cucumber features/login.feature --format pretty
Run scenarios matching a specific tag$ cucumber --tags @smoke