Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / examplefiles / example.feature
Size: Mime:
# First comment
Feature: My amazing feature
  Feature description line 1
  Feature description line 2

#comment
Scenario Outline: My detailed scenario #string
  Given That <x> is set
  When When I <subtract>
  Then I should get the <remain#der>

  # indented comment
  Examples:
    | x    | subtract | remain#der |
    | 12   | 5\|3     |  #73       |
    | #the | 10       |  15        |