Skip to content

Releases: reportportal/agent-js-cypress

Release v5.4.0

23 Sep 14:27
7961a32
Compare
Choose a tag to compare

Changed

  • Breaking change Drop support of Node.js 12. The version 5.3.5 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.3.5

11 Sep 14:38
179bb53
Compare
Choose a tag to compare

Added

  • videoCompression option. Allows compressing Cypress videos before uploading them to the ReportPortal. Check the readme for details. Thanks to ashvinjaiswal.

Release v5.3.4

29 Aug 07:27
86e7377
Compare
Choose a tag to compare

Fixed

  • Video attachment won't play after downloading, resolves #202. Thanks to ashvinjaiswal.

Release v5.3.3

15 Aug 13:51
573a4d2
Compare
Choose a tag to compare

Added

  • uploadVideo option. Allows uploading Cypress videos for specs. Check the readme for details.

Release v5.3.2

01 Jul 14:23
c6ade1a
Compare
Choose a tag to compare

Fixed

  • Launch finishing for tests annotated with '.skip'.

Release v5.3.1

24 Jun 08:13
4e97483
Compare
Choose a tag to compare

Fixed

  • #192. Reporter procreates an enormous amount of processes during execution. Thanks to epam-avramenko.

Changed

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

Release v5.3.0

07 May 10:45
401e9f3
Compare
Choose a tag to compare

Added

  • cucumberStepStart and cucumberStepEnd commands for reporting cypress-cucumber-preprocessor scenario steps as nested steps in RP.

Security

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

Deprecated

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

Release v5.2.0

21 Mar 09:47
3875087
Compare
Choose a tag to compare

Fixed

  • Display stack trace for failed test cases

Changed

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

Release v5.1.5

19 Jan 17:31
8333496
Compare
Choose a tag to compare

Deprecated

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

Release v5.1.4

23 Oct 11:46
ae80d01
Compare
Choose a tag to compare

Fixed

  • launchId option is not recognized - resolves #171.

Changed

  • @reportportal/client-javascript bumped to version 5.0.14. launchUuidPrint and launchUuidPrintOutput configuration options introduced.