Skip to content

Commit

Permalink
EPMRPP-87055 || Implement logging launch link on the launch finish (#177
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Bam6ycha authored Oct 31, 2023
1 parent 9a89323 commit b90be66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Added
- Logging link to the launch on the launch finish

## [5.0.14] - 2023-10-05
### Added
Expand Down
1 change: 1 addition & 0 deletions lib/report-portal-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit b90be66

Please sign in to comment.