From af9d5850b0cf6721219c5677c3100ffeec9566f0 Mon Sep 17 00:00:00 2001 From: Ran Tzur Date: Tue, 27 Apr 2021 18:33:32 +0300 Subject: [PATCH 1/2] docs: update README with latest SDK version Signed-off-by: Ran Tzur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 148681cc..20fa18fe 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For a Maven project, add the following to your `pom.xml` file: io.testproject java-sdk - 1.0.0-RELEASE + 1.1.0-RELEASE ``` From 8bdc7f8cd357f0e8572e8676218ac76fc7ce5f2e Mon Sep 17 00:00:00 2001 From: Ran Tzur Date: Tue, 27 Apr 2021 18:40:19 +0300 Subject: [PATCH 2/2] chore: version bump, history updated Signed-off-by: Ran Tzur --- HISTORY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index ad8694b3..ce067779 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,11 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2021-04-27 + ### Added +- Added Control for Reports configuration, it is now possible to state the name and path of the generated report. +- Added Remote Execution Support, it is now possible to execute tests on remote agents in the same network. +- Added Cucumber Examples for uploading tests to TestProject platform. +- Added Session Reuse for Cucumber Tests who do not provide a Job Name. +- Added support for JUnit4 assertion reporting. +- Added Control for Reports configuration, it is now possible to state the name and path of the generated report. +- Added Remote Execution Support, it is now possible to execute tests on remote agents in the same network. - Added data providers that allow uploading parameterized tests to TestProject platform. - ([#104](https://github.com/testproject-io/java-opensdk/issues/104)) - Fix for Report Type being ignored on Chrome Driver. +### Fixed + +- Fixed test name inferring in JUnit. +- Fixed multiple jobs reporting when running several tests without any given job name/project name. +- Fixed ReportType ignored in ChromeDriver. +- Fixed Cucumber tests reports which can sometimes be generated with steps out of order. ## [1.0.0] - 2021-04-01