Hi, Can anyone explain me how to skip a scenario? I want to skip the first scenario The documentation is not clear about this. I am writing my story as follows:
Narrative: In order to execute Closed Loop Publication Story As a Automation development team I want to develop story for Closed Loop Publication scenarios Meta: @storyName test.story Scenario: reprocess package from AMC Meta: @index 1 Given Step1.1 Then Step1.2 Scenario: reprocess package from AMC1 Meta: @skip @index 2 Given Step2.1 Then Step2.2 Regards Ajay