Skip to content

Commit

Permalink
Updated changelog and changed version in pom for 2.2.0-RC1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Fernandez committed Dec 14, 2020
1 parent d6991fb commit 4c4d7e2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 2.2.0-RC1

* Cucumber and TestNG dependencies updated to the latest version.

* IgnoreTagAspect, RunOnEvnAspect, LoopTagAspect, BackgroundAspect, and ReplacementAspect were rewritten to comply with the API changes.

* LogTagAspect was removed (functionality is now only in the formatter). Its reference was also removed from aop.xml file.

* TestNGPrettyFormatter was completely rewritten. Steps are now printed after the execution and the correct color is now applied, along with a new banner and information message at the beginning of a test suite.

* Some unnecessary feature files were removed or merged. Code cleanup.

* Minor fixes links in README file.

* Fixed problem with repo name in travis.yml file.

* Some steps in Rest were modified since the regex was complicated to maintain.

## 2.1.5

* Minor fix in SqlUtils class. Database cells with null values were causing an exception when transforming the resulset to List
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ As part of GingerSpec implementation, there are a couple of AspectJ aspects whic

- [LogTagAspect](https://github.com/vpTechOSS/gingerspec/wiki/Gherkin-tags#log-tag): Allows comments in the feature file to be printed in console when tests are executed.

<br>


## Steps

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

<groupId>com.github.privaliatech</groupId>
<artifactId>gingerspec</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.2.0-RC1</version>

<name>Privalia GingerSpec framework</name>
<description>Acceptance Test library. Testing runtime to rule over Privalia's acceptance tests.</description>
<description>Acceptance Test library. General purpose automation framework.</description>
<url>https://github.com/PrivaliaTech/gingerspec</url>
<inceptionYear>2014</inceptionYear>
<organization>
Expand Down

0 comments on commit 4c4d7e2

Please sign in to comment.