I have an application that I am looking at and I have this code
Feature: Contact us
In order to allow users to contact us for help with the site
As a user of the site
I want to be able to view contact information
@code-GGTU @estimate-1
Scenario: Contact us page
Given I am a logged in user
When I follow "Contact Us"
Then I should see "Contacts" in "main"
What is the @code-GGTU @estimate-1 portion used for….it there documentation of special meaning for these variables
These variables are ‘tags’, which help cucumber decide which options to use when it executes the scenario. You can see documentation about this here: https://github.com/cucumber/cucumber/wiki/Tags