Skip to content

Release v5.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 14:57
d1473ec

Added

  • ReportingApi with attachment 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 version 5.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. Use apiKey instead.