Releases: reportportal/agent-js-cypress
Releases · reportportal/agent-js-cypress
Release v5.4.0
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 version5.3.0
.
Release v5.3.5
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
Fixed
- Video attachment won't play after downloading, resolves #202. Thanks to ashvinjaiswal.
Release v5.3.3
Added
uploadVideo
option. Allows uploading Cypress videos for specs. Check the readme for details.
Release v5.3.2
Fixed
- Launch finishing for tests annotated with '.skip'.
Release v5.3.1
Fixed
- #192. Reporter procreates an enormous amount of processes during execution. Thanks to epam-avramenko.
Changed
@reportportal/client-javascript
bumped to version5.1.4
.
Release v5.3.0
Added
cucumberStepStart
andcucumberStepEnd
commands for reportingcypress-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
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 version5.1.0
.
Release v5.1.5
Deprecated
- Node.js 10 usage. This version is the latest that supports Node.js 10.
Release v5.1.4
Fixed
launchId
option is not recognized - resolves #171.
Changed
@reportportal/client-javascript
bumped to version5.0.14
.launchUuidPrint
andlaunchUuidPrintOutput
configuration options introduced.