Skip to content

Commit

Permalink
Create Test.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayKesharwani authored May 21, 2024
1 parent 9ab9616 commit 5fbdb1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/Test_definitions/Test.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Feature: Test for the no-dupe-scenario-names rule

Scenario: This is a Scenario for no-dupe-scenario-names
Given I have 2 scenarios with the same name
Then I should see a no-dupe-scenario-names error

Scenario: This is a Scenario for no-dupe-scenario-names
Given I have 2 scenarios with the same name
Then I should see a no-dupe-scenario-names error

0 comments on commit 5fbdb1c

Please sign in to comment.