Skip to content

Commit

Permalink
Removed unnecessary references to @rest annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
josefd8 committed Jul 9, 2022
1 parent 34f2038 commit 44dc08e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/test/resources/features/jiraTag.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Jira Integration

Rule: Basic usage

@jira[QMS-990] @rest
@jira[QMS-990]
Scenario: Execute scenario based on status of jira ticket
Given I save 'a' in variable 'x'
And I save 'b' in variable 'y'
Expand Down
1 change: 0 additions & 1 deletion src/test/resources/features/logTagAspect.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@rest
Feature: Testing the #log comments

This feature provides examples on how to use the #log tag. This tag allows you to print comments during
Expand Down
5 changes: 2 additions & 3 deletions src/test/resources/features/restAssured.feature
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Feature: Steps for testing REST APIs

This feature provides examples on how to use the steps for testing REST APIs. All feature files that make use of
the steps for testing REST APIs (such as this one) must include the "@rest" annotation at the beginning of the file.
This is necessary, since it signals the library that it should bootstrap some necessary components for testing REST APIs
This feature provides examples on how to use the steps for testing REST APIs. All steps make use of the
library rest-assured in the background


Rule: Set up initial base URI for future requests
Expand Down

0 comments on commit 44dc08e

Please sign in to comment.