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 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 ```