Last Updated: September 27, 2021
·
44.21K
· mejarc

How to comment in a .feature file

Cucumber uses # to instruct the parser to ignore a line:

#  = test I don't want to run at present

Scenario: Tab colors
Given I visit "http://localhost:3000/test/required-step-html"
# Then "tab with icon" should have "color" of "#999c9f"