Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #120 from testproject-io/history-update
Browse files Browse the repository at this point in the history
Chore: History update
  • Loading branch information
Rantzur1992 authored Apr 27, 2021
2 parents 3961580 + 8bdc7f8 commit a90fc34
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For a Maven project, add the following to your `pom.xml` file:
<dependency>
<groupId>io.testproject</groupId>
<artifactId>java-sdk</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.1.0-RELEASE</version>
</dependency>
```

Expand Down

0 comments on commit a90fc34

Please sign in to comment.