Releases: BorisOsipov/wdio-reportportal-reporter
Releases · BorisOsipov/wdio-reportportal-reporter
Release 7.0.0
- Update webdriverio dependencies to v7
- Remove deprecated options "isSauseLabRun"
6.4.0
Release 6.4.0
6.1.0
Support only Report Portal v5
✨ 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.