Skip to content

Latest commit

 

History

History
88 lines (76 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

88 lines (76 loc) · 3.82 KB

[5.5.0] - 2024-10-01

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 version 5.3.0.

[5.4.0] - 2024-07-17

Added

  • New API methods for scenarios.

Fixed

  • Scenario retries are inconsistently tagged. Addressed #142.

Changed

  • @reportportal/client-javascript bumped to version 5.1.4, new launchUuidPrintOutput 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.

[5.3.1] - 2024-04-30

Security

  • Updated versions of vulnerable packages (@reportportal/client-javascript, @cucumber/cucumber).

[5.3.0] - 2024-02-07

Added

  • @cucumber/cucumber version 10 support. Addressed 155.

Changed

  • Breaking change Drop support of cucumber <7. Addressed 153.
  • Breaking change Drop support of Node.js 10. The version 5.2.3 is the latest that supports it.
  • @reportportal/client-javascript bumped to version 5.1.0.

[5.2.3] - 2024-01-19

Deprecated

  • Node.js 10 usage. This version is the latest that supports Node.js 10.

Changed

  • @reportportal/client-javascript bumped to version 5.0.15.

Security

  • Updated versions of vulnerable packages (@babel/traverse, follow-redirects).

[5.2.2] - 2023-07-18

Added

  • @cucumber/cucumber version 9 support. Addressed 147.

Changed

  • token configuration option was renamed to apiKey to maintain common convention.
  • @reportportal/client-javascript bumped to version 5.0.12.

[5.2.1] - 2023-02-21

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

[5.1.1] - 2023-01-05

Fixed

  • #118 Scenarios in separate Feature files are reported under same Feature
  • #119 Status interrupted for second scenario
  • Cucumber <6 version compatibility issues

[5.1.0] - 2022-11-29

Added

  • @cucumber/cucumber versions 7-8 support.

Updated

  • @reportportal/client-javascript version to the latest

[5.0.2] - 2021-06-23

Fixed

  • Launch status calculation

Updated

  • @reportportal/client-javascript version to the latest

[5.0.1] - 2020-11-04

Fixed

  • #66 Incorrect calculation of test status
  • Lots of other bugs

Updated

  • @reportportal/client-javascript version to the latest

[5.0.0] - 2020-08-28

Added

Deprecated

  • Previous package versions (reportportal-agent-cucumber, agent-js-cucumber) will no longer supported by reportportal.io