Skip to content

Commit

Permalink
Prepared pom for next release 2.2.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
jose.fernandez committed Dec 29, 2020
1 parent ba6f251 commit 72caa92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.2.0-RC3

* (Partially) addressed the problem of variable replacement on final reports. The system now will try to perform as many variable replacements as possible right when the feature file is read: Feature title, Feature description, Rule, Scenario title, Scenario outline title, or Background title. Variables in regular steps are not replaced at this point since steps may contain variables that do not yet exis

* Added more links to helpMessage footer

* Added 2 new steps: one for creating random int within range an another one to create random strings (numeric or alphanumeric) of a given length

## 2.2.0-RC2

* Uncommented method to perform variables replacement in the commonG class.
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.0-RC2</version>
<version>2.2.0-RC3</version>

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

0 comments on commit 72caa92

Please sign in to comment.