Skip to content

Releases: reportportal/agent-js-cucumber

Release v5.5.0

01 Oct 16:37
b53f77d
Compare
Choose a tag to compare

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.

Release v5.4.0

17 Jul 15:58
2766d02
Compare
Choose a tag to compare

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.

Release v5.3.1

30 Apr 11:18
df6603b
Compare
Choose a tag to compare

Security

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

Release v5.3.0

07 Feb 14:00
1a37f20
Compare
Choose a tag to compare

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

  • 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.

Release v5.2.3

19 Jan 18:03
ccdb9f6
Compare
Choose a tag to compare

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).

Release v5.2.2

18 Jul 11:45
a818756
Compare
Choose a tag to compare

Added

  • Add @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.

Release v5.2.1

21 Feb 08:38
63fda32
Compare
Choose a tag to compare

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

05 Jan 09:23
3270258
Compare
Choose a tag to compare

Fixed

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

Release v5.1.0

29 Nov 08:47
7e05733
Compare
Choose a tag to compare

Added

  • Added support for 7-8 versions of @cucumber/cucumber package

Updated

  • @reportportal/client-javascript version to the latest

Release v5.0.2

23 Jun 22:27
6424227
Compare
Choose a tag to compare

Fixed

  • Launch status calculation

Updated

  • @reportportal/client-javascript version to the latest