- 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.
- 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