- 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.0
.
- Node.js 10 usage. This version is the latest that supports Node.js 10.
isLaunchMergeRequired
option fromclient-javascript
missed.
@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.
- Updated versions of vulnerable packages (@babel/traverse).
token
configuration option was renamed toapiKey
to maintain common convention.@reportportal/client-javascript
bumped to version5.0.12
.- Readme file updated.
RP_DESCRIPTION
&RP.MODE
env variables support. Thanks to Jonathan Carvalheiro
- Log messages in RP shown without ANSI characters
- Possibility to provide endpoint url via
RP_ENDPOINT
environment variable - New option
logLaunchLink
to print launch url in console
- 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
- Package size reduced
- Nested describe blocks are not visible in report
@reportportal/client-javascript
version to the latest
restClientConfig
configuration property support (more details in client-javascript)
- Debug flag, launch mode configuration properties
- Doesn't start a suite if test has no describe
- Vulnerable dependencies (lodash)
- Packages publishing workflow improved
- Full compatibility with ReportPortal version 5.* (see reportportal releases)
- Previous package version (
@reportportal/reportportal-agent-jest
) will no longer supported by reportportal.io