You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

help.feature 189 B

2 years ago
12345678
  1. Feature: Help
  2. Running `cucumber --help` shows you command-line options.
  3. Scenario: Show help
  4. When I run `cucumber --help`
  5. Then it should pass
  6. And I should see the CLI help

No Description

Contributors (1)