Skip to content

Commit

Permalink
Updated CHANGELOG and POM for 2.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jose.fernandez committed Aug 5, 2021
1 parent deb768d commit 77c2258
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 2.2.6

* License changed from Apache 2 to ISC and header information updated in all relevant files

* @ignore tag functionality is now executed in a hook and not an aspect since this was causing the aspectj pointcut not to be triggered when running the test in Intellij IDE as a cucumber java test

* @runOnEnv and @skipOnEnv tag are now executed on a hook and not via aspects since aspectj pointcuts were not triggered when running the tests in Intellij IDEA as cucumber java tests

* Added a new aspect (ifStatementAspect) that allows the conditional execution of steps during runtime

* Optimized imports in all classes in the project

* Fixed a bug in which comments were not correctly processed by the TestNGPrettyFormatter

* Set a variable in a before hook to remove the warning coming from nashborn engine

* Removed unnecessary docs folder from root

* Small fix in logger name for CommonG class that was causing the @debug tag not to work correctly in all cases

## 2.2.5

* Small update in JiraConnector. Search of the correct transition id by name is now case insensitive.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ As part of GingerSpec implementation, there are a couple of tags which may be us
- [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.

- [ifStatementAspect](https://github.com/veepee-oss/gingerspec/wiki/Hook-tags#if-statement): This allows the conditional execution of steps during runtime.

## Steps

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.privaliatech</groupId>
<artifactId>gingerspec</artifactId>
<version>2.2.5</version>
<version>2.2.6</version>

<name>Privalia GingerSpec framework</name>
<description>Acceptance Test library. General purpose automation framework.</description>
Expand Down

0 comments on commit 77c2258

Please sign in to comment.