Skip to content

Releases: reportportal/agent-js-jest

Release v5.1.0

11 Jul 14:57
d1473ec
Compare
Choose a tag to compare

Added

  • ReportingApi with attachment method support. Resolves #122.
  • extendTestDescriptionWithLastError config option to extend test description with last error message. Resolves #136. Thanks to artsiomBandarenka.

Changed

  • Breaking change Drop support of Node.js 10. The version 5.0.8 is the latest that supports it.
  • @reportportal/client-javascript bumped to version 5.1.4.

Security

  • Updated versions of vulnerable packages (braces).

Deprecated

  • Node.js 12 usage. This minor version is the latest that supports Node.js 12.
  • token config option. Use apiKey instead.

Release v5.0.8

19 Jan 17:45
abc9dd1
Compare
Choose a tag to compare

Deprecated

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

Release v5.0.7

20 Nov 18:49
22f38ea
Compare
Choose a tag to compare

Fixed

  • isLaunchMergeRequired option from client-javascript missed.

Changed

  • @reportportal/client-javascript bumped to version 5.0.15. launchUuidPrint and launchUuidPrintOutput configuration options introduced.
  • Readme file updated.
  • Logging link to the launch on its finish now available by default. logLaunchLink option is removed from the config.

Security

  • Updated versions of vulnerable packages (@babel/traverse).

Release v5.0.6

18 Jul 10:43
dbd5341
Compare
Choose a tag to compare

Changed

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

Release v5.0.5

16 Mar 11:30
f9e1b37
Compare
Choose a tag to compare

Added

Fixed

  • Log messages in RP shown without ANSI characters

Release v5.0.4

30 May 14:28
99dda22
Compare
Choose a tag to compare

Added

  • Possibility to provide endpoint url via RP_ENDPOINT environment variable
  • New option logLaunchLink to print launch url in console

Fixed

  • The duration of tests and suites is now displayed correctly
  • The reporter will now wait for a report on all tests
  • Security vulnerabilities
  • Tests without describe block causes error #82

Changed

  • Package size reduced

Release v5.0.3

23 Jun 22:39
1b55829
Compare
Choose a tag to compare

Fixed

  • Nested describe blocks are not visible in report

Updated

  • @reportportal/client-javascript version to the latest

Added

  • restClientConfig configuration property support (more details in client-javascript)

Release v5.0.2

09 Feb 00:36
1b9f40f
Compare
Choose a tag to compare

Added

  • Debug flag, launch mode configuration properties

Fixed

  • Doesn't start a suite if test has no describe
  • Vulnerable dependencies (lodash)

Release v5.0.1

12 Jun 23:12
Compare
Choose a tag to compare

Changed

  • Packages publishing workflow improved

Release v5.0.0

11 Jun 07:39
Compare
Choose a tag to compare

Added

Deprecated

  • Previous package version (@reportportal/reportportal-agent-jest) will no longer supported by reportportal.io