Sha256: 6ea3c513c08e63384a4b783ee2783c018923f42e253852e193fd03aea784193e
Contents?: true
Size: 822 Bytes
Versions: 28
Compression:
Stored size: 822 Bytes
Contents
Feature: Choosing the language from the feature file header In order to simplify command line and settings in IDEs, Cucumber picks up the parser language from a `# language` comment at the beginning of any feature file. See the examples below for the exact syntax. Scenario: LOLCAT Given a file named "features/lolcat.feature" with: """ # language: en-lol OH HAI: STUFFING B4: HUNGRY I CAN HAZ EMPTY BELLY MISHUN: CUKES DEN KTHXBAI """ When I run `cucumber -i features/lolcat.feature -q` Then it should pass with: """ # language: en-lol OH HAI: STUFFING B4: HUNGRY I CAN HAZ EMPTY BELLY MISHUN: CUKES DEN KTHXBAI 1 scenario (1 undefined) 2 steps (2 undefined) """
Version data entries
28 entries across 28 versions & 2 rubygems