diff --git a/CHANGELOG.md b/CHANGELOG.md index 5416a9a..8dfa1e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### Added +- Logging link to the launch on the launch finish ## [5.0.14] - 2023-10-05 ### Added diff --git a/lib/report-portal-client.js b/lib/report-portal-client.js index b34ddac..888165c 100644 --- a/lib/report-portal-client.js +++ b/lib/report-portal-client.js @@ -246,6 +246,7 @@ class RPClient { this.restClient.update(url, finishExecutionData, { headers: this.headers }).then( (response) => { this.logDebug(`Success finish launch with tempId ${launchTempId}`, response); + console.log(`\nReportPortal Launch Link: ${response.link}`); launchObj.resolveFinish(response); }, (error) => {