Skip to content

Releases: BorisOsipov/wdio-reportportal-reporter

Release 7.0.0

18 Jun 15:36
Compare
Choose a tag to compare
  1. Update webdriverio dependencies to v7
  2. Remove deprecated options "isSauseLabRun"

6.4.0

06 May 11:35
Compare
Choose a tag to compare
Release 6.4.0

6.1.0

31 Aug 11:08
Compare
Choose a tag to compare

✨ New feature
Add SauseLab integration support. For details see #108

☂️ Misc
Update webdriverio and other dependencies to avoid security vulnerabilities.

Support only Report Portal v5

07 Mar 16:04
Compare
Choose a tag to compare

✨ New feature

From 6.0.0 release the reporter supports only Report Portal version 5.

💥Breaking changes:

  • Setup: requires [email protected].
  • In configuration: reportPortalClientConfig.tags removed.
  • In configuration: reportPortalClientConfig.attributes added. Can be used as tags.
    E.g. reportPortalClientConfig.attributes = [{value: "tag1"}, {value: "tag2"}]
  • Getting link to Report Portal UI launch feature: RpService.getLaunchUrlByParams(protocol, hostname, port, config); version parameter removed.