From 102a185c684aa66615858c51c0f8b3230d024339 Mon Sep 17 00:00:00 2001 From: "jose.fernandez" Date: Thu, 9 Apr 2020 18:10:31 +0200 Subject: [PATCH] Updated CHANGELOG with changes for this version (2.1.1) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7d9c34..88a9da80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.