Releases: reportportal/agent-js-jest
Releases · reportportal/agent-js-jest
Release v5.1.1
Fixed
- Race condition when many suites run in parallel. Resolves #147. Thanks to @tristanzander.
Release v5.1.0
Added
ReportingApi
withattachment
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 version5.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. UseapiKey
instead.
Release v5.0.8
Deprecated
- Node.js 10 usage. This minor version is the latest that supports Node.js 10.
Release v5.0.7
Fixed
isLaunchMergeRequired
option fromclient-javascript
missed.
Changed
@reportportal/client-javascript
bumped to version5.0.15
.launchUuidPrint
andlaunchUuidPrintOutput
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
Changed
token
configuration option was renamed toapiKey
to maintain common convention.@reportportal/client-javascript
bumped to version5.0.12
.- Readme file updated.
Release v5.0.5
Added
RP_DESCRIPTION
&RP.MODE
env variables support. Thanks to Jonathan Carvalheiro
Fixed
- Log messages in RP shown without ANSI characters
Release v5.0.4
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
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
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
Changed
- Packages publishing workflow improved