Releases: reportportal/agent-js-cucumber
Releases · reportportal/agent-js-cucumber
Release v5.5.0
Added
@cucumber/cucumber
version 11 support. Addressed 169.
Changed
- Breaking change Drop support of Node.js 12. The version 5.4.0 is the latest that supports it.
- The agent now supports reporting the time for launches, test items and logs with microsecond precision in the ISO string format.
For logs, microsecond precision is available on the UI from ReportPortal version 24.2. @reportportal/client-javascript
bumped to version5.3.0
.
Release v5.4.0
Added
- New API methods for scenarios.
Fixed
- Scenario retries are inconsistently tagged. Addressed #142.
Changed
@reportportal/client-javascript
bumped to version5.1.4
, newlaunchUuidPrintOutput
types introduced: 'FILE', 'ENVIRONMENT'.
Security
- Updated versions of vulnerable packages (braces).
Deprecated
- Node.js 12 usage. This minor version is the latest that supports Node.js 12.
Release v5.3.1
Security
- Updated versions of vulnerable packages (@reportportal/client-javascript, @cucumber/cucumber).
Release v5.3.0
Added
- Add
@cucumber/cucumber
version 10 support. Addressed 155. - Logging link to the launch on its finish now available by default via
@reportportal/client-javascript
.
Changed
Release v5.2.3
Deprecated
- Node.js 10 usage. This version is the latest that supports Node.js 10.
Changed
@reportportal/client-javascript
bumped to version5.0.15
.
Security
- Updated versions of vulnerable packages (@babel/traverse, follow-redirects).
Release v5.2.2
Added
- Add
@cucumber/cucumber
version 9 support. Addressed 147.
Changed
token
configuration option was renamed toapiKey
to maintain common convention.@reportportal/client-javascript
bumped to version5.0.12
.
Release v5.2.1
Added
- Provide BDD entities titles to their names
- Screenshot attaching on failure
- Parallel reporting support
Fixed
- Finish feature/scenario only when its children have already been finished
- #130 DEBUG mode in the config file does not report to Debug
Release v5.1.1
Release v5.1.0
Added
- Added support for 7-8 versions of
@cucumber/cucumber
package
Updated
@reportportal/client-javascript
version to the latest
Release v5.0.2
Fixed
- Launch status calculation
Updated
@reportportal/client-javascript
version to the latest