From deb768de4c97304b198028a6acca5f1fc362c534 Mon Sep 17 00:00:00 2001 From: "jose.fernandez" Date: Thu, 5 Aug 2021 13:17:42 +0200 Subject: [PATCH] Minor changes in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 204d3c92..718d0a8b 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,6 @@ GingerSpec provides common functionality that can be reused by different test pr ### Requirements * Java 8+ * Maven 3+ -* Docker/docker-compose (for testing) - ### Technologies * Cucumber for test definition @@ -94,7 +92,8 @@ As part of GingerSpec implementation, there are a couple of tags which may be us - [LogTagAspect](https://github.com/veepee-oss/gingerspec/wiki/Gherkin-tags#log-tag): Allows comments in the feature file to be printed in console when tests are executed. - [JiraTag](https://github.com/veepee-oss/gingerspec/wiki/Gherkin-tags#jira-tag): This tag allows for the conditional execution of scenarios based on the status of the linked entity in Jira. It is also capable of updating the status of the given entity in Jira depending on the result of the scenario - + +- [DebugTag](https://github.com/veepee-oss/gingerspec/wiki/Hook-tags#debug-tag): This tag allows changing the default logging level for scenarios at runtime. ## Steps