-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from reportportal/develop
Release 5.1.0
- Loading branch information
Showing
24 changed files
with
4,802 additions
and
2,568 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @AmsterGet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Ignore all .md files | ||
*.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,33 @@ | ||
### Added | ||
- `launchId` option to the config to attach run results to an existing launch. Related to parallel execution on one and several machines. | ||
- Browser parameter to steps. | ||
### Fixed | ||
- Reporter breaks on skipped test for WebdriverIO + Mocha. Addressed [#46](https://github.com/reportportal/agent-js-webdriverio/issues/46). | ||
- Fix error with launch finishing. 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.1.1`. | ||
- Readme file updated. | ||
|
||
## [5.0.3] - 2022-10-05 | ||
### Added | ||
- Support reportSeleniumCommands and seleniumCommandsLogLevel for Cucumber and Jasmine reporting via `reportSeleniumCommands`, `seleniumCommandsLogLevel` flags | ||
- _isLaunchMergeRequired_ config option support. Provided guide on merging launches manually [provided](README.md#manual-merge-launches) | ||
- Support reportSeleniumCommands and seleniumCommandsLogLevel for Cucumber and Jasmine reporting via `reportSeleniumCommands`, `seleniumCommandsLogLevel` flags. | ||
- _isLaunchMergeRequired_ config option support. Provided guide on merging launches manually [provided](README.md#manual-merge-launches). | ||
|
||
## [5.0.2] - 2022-05-31 | ||
### Added | ||
- [testCaseId](https://reportportal.io/docs/Test-case-ID%3Ewhat-is-it-test-case-id) reporting via [`ReportingApi.setTestCaseId`](README.md#setTestCaseId) | ||
- 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` | ||
|
||
- [testCaseId](https://reportportal.io/docs/Test-case-ID%3Ewhat-is-it-test-case-id) reporting via [`ReportingApi.setTestCaseId`](README.md#setTestCaseId). | ||
- Support nested steps for Cucumber reporting via `cucumberNestedSteps` flag. | ||
- `skippedIssue` parameter to not mark skipped tests as 'To Investigate' by default. | ||
- TypeScript definitions provided. | ||
### Changed | ||
- Package size reduced | ||
- Package size reduced. | ||
- `@reportportal/client-javascript` bumped to version `5.0.6`. | ||
|
||
## [5.0.1] - 2021-10-05 | ||
### Fixed | ||
- Compiled source code provided | ||
- Compiled source code provided. | ||
|
||
## [5.0.0] - 2021-10-05 | ||
### Added | ||
- Full compatibility with ReportPortal version 5.* (see [reportportal releases](https://github.com/reportportal/reportportal/releases)) | ||
- Full compatibility with ReportPortal version 5.* (see [reportportal releases](https://github.com/reportportal/reportportal/releases)). |
Oops, something went wrong.