Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Feb 2, 2024
1 parent cf982ea commit 5ffe0f6
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
### Fixed
- Reporter breaks on skipped test for WebdriverIO + Mocha - [#46](https://github.com/reportportal/agent-js-webdriverio/issues/46)
### Updated
- `@reportportal/client-javascript` bumped to version `5.0.14`
### Added
- Browser parameter to steps.
- `launchId` option to the config to attach run results to an existing launch. Related to parallel execution on one and several machines.
### Fixed
- Reporter breaks on skipped test for WebdriverIO + Mocha. Fixes [#46](https://github.com/reportportal/agent-js-webdriverio/issues/46)
- Addressed [53](https://github.com/reportportal/agent-js-webdriverio/issues/53) and [47](https://github.com/reportportal/agent-js-webdriverio/issues/47). Thanks to [AlexGalichenko](https://github.com/AlexGalichenko).
### Changed
- `token` configuration option was renamed to `apiKey` to maintain common convention.
- `@reportportal/client-javascript` bumped to version `5.0.12`.
- `@reportportal/client-javascript` bumped to version `5.1.1`
- Readme file updated.

## [5.0.3] - 2022-10-05
Expand All @@ -20,12 +20,9 @@
- Support nested steps for Cucumber reporting via `cucumberNestedSteps` flag
- `skippedIssue` parameter to not mark skipped tests as 'To Investigate' by default
- TypeScript definitions provided

### Updated
- `@reportportal/client-javascript` bumped to version `5.0.6`

### Changed
- Package size reduced
- `@reportportal/client-javascript` bumped to version `5.0.6`

## [5.0.1] - 2021-10-05
### Fixed
Expand Down

0 comments on commit 5ffe0f6

Please sign in to comment.