Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (40 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

53 lines (40 loc) · 1.78 KB

[5.2.0] - 2022-09-19

[5.1.1] - 2022-09-19

Added

  • Detox support - artifacts as attachments, rerun handling on failing tests.
  • Possibility to provide rerun boolean via RP_RERUN environment variable.
  • Possibility to provide rerun uuid via RP_RERUNOF environment variable.
  • Possibility to provide description via RP_DESCRIPTION environment variable.
  • Possibility to provide artifacts path via RP_ARTIFACTS_PATH environment variable.

[5.0.4] - 2022-05-30

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

[5.0.3] - 2021-06-23

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)

[5.0.2] - 2021-02-09

Added

  • Debug flag, launch mode configuration properties

Fixed

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

[5.0.1] - 2020-06-12

Changed

  • Packages publishing workflow improved

[5.0.0] - 2020-06-11

Added

Deprecated

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