Skip to content

Commit

Permalink
Added latests changes to changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
jose.fernandez committed Oct 10, 2019
1 parent 91ad832 commit 8ce2f38
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.4

* Improved documentation on some of the feature files

* Added new functionality to some of the selenium steps

* Added support for using the local browser when running selenium tests. If neither SELENIUM_GRID nor SELENIUM_NODE variables are found, gingerspec will try to download the appropiate driver for the selected browser and operating system (chrome is selected by default if no -Dbrowser variable found)

## 2.0.3

* GivenGSpec, WhenGSpec, ThenGSpec classes were removed and steps definitions were organized in a more logical way (This change may have some breaking changes to clients that still rely on the aforementioned classes)
Expand Down

0 comments on commit 8ce2f38

Please sign in to comment.