wdio-reportportal-reporter

A WebdriverIO plugin. Report results to Report Portal.

MIT License

Downloads
96.1K
Stars
23
Committers
16
wdio-reportportal-reporter - Release 7.0.0 Latest Release

Published by BorisOsipov over 3 years ago

  1. Update webdriverio dependencies to v7
  2. Remove deprecated options "isSauseLabRun"
wdio-reportportal-reporter -

Published by BorisOsipov over 3 years ago

wdio-reportportal-reporter -

Published by BorisOsipov about 4 years ago

✨ New feature
Add SauseLab integration support. For details see https://github.com/BorisOsipov/wdio-reportportal-reporter/issues/108

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

wdio-reportportal-reporter - Support only Report Portal v5

Published by BorisOsipov over 4 years ago

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