From 44dc08e42c0ac683fde935d87ffbe3760d639242 Mon Sep 17 00:00:00 2001 From: Jose Fernandez Date: Sat, 9 Jul 2022 13:00:13 +0200 Subject: [PATCH] Removed unnecessary references to @rest annotation --- src/test/resources/features/jiraTag.feature | 2 +- src/test/resources/features/logTagAspect.feature | 1 - src/test/resources/features/restAssured.feature | 5 ++--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/test/resources/features/jiraTag.feature b/src/test/resources/features/jiraTag.feature index a3f43a0a..5e64f50d 100644 --- a/src/test/resources/features/jiraTag.feature +++ b/src/test/resources/features/jiraTag.feature @@ -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' diff --git a/src/test/resources/features/logTagAspect.feature b/src/test/resources/features/logTagAspect.feature index b0e3004f..ea1a4fb9 100644 --- a/src/test/resources/features/logTagAspect.feature +++ b/src/test/resources/features/logTagAspect.feature @@ -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 diff --git a/src/test/resources/features/restAssured.feature b/src/test/resources/features/restAssured.feature index c486c40b..4cbe732c 100644 --- a/src/test/resources/features/restAssured.feature +++ b/src/test/resources/features/restAssured.feature @@ -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