Skip to content

Commit

Permalink
Updated CHANGELOG with changes for this version (2.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jose.fernandez committed Apr 9, 2020
1 parent 2672dcc commit 102a185
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.1.1

* Updated dependencies for rest-assured and jacksonxml. This fixed an error when when doing schema validation for json responses

* Updated dependency for webdrivermanager and fixed a small bug when passing arguments to selenium driver in local mode for firefox

* Added the possibility of passing arguments directly to ChromeOptions/FirefoxOptions using the maven variable -DSELENIUM_ARGUMENTS=argument1;argument2;.....;argumentn (i.e -DSELENIUM_ARGUMENTS=--headless)

## 2.1.0

* Improved assertion error messages for selenium features. Messages are now more descriptive and the errors easier to spot.
Expand Down

0 comments on commit 102a185

Please sign in to comment.