Skip to main content
Version: 2.29

Comments

Feature File header

Every Feature File should start with the Cycle version number included as a comment. Also include:

  • Cycle version number
  • Application version number
  • Purpose of the Feature File
  • Names of Scenarios or Feature Files that will be imported
  • Names of any resources that will be needed to execute the Feature File
  • Assumptions and usage instructions

Example

# Cycle Version 1.7.0.12
# WMS Version: 2009_1
# Desc: The Feature File is to wave an order via wave operations GUI screen
# Import Feature/Scenarios:
# JDA_WM_Utilities.feature
# Wave_Ops.feature
# Resources:
# Gui_Login-Login.png
# Wave_Operations-Wave_Operations_Title.png

Within-Scenario comments

Comments can also be added for clarity before a step, set of steps, or Scenario. This is particularly helpful for descriptive information related to loops, conditionals, and breaks.