Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print UUID after merging launches. Update launch search URL based on …
…config mode (#203) * chore: Update launch search URL based on config mode * feat: Add launch UUID print functionality The code changes in `report-portal-client.js` add functionality to print the UUID of the merged launches if the `launchUuidPrint` configuration option is enabled. This is achieved by calling the `launchUuidPrintOutput` function with the UUID as an argument. * Update launch search URL based on config mode * Update launch search URL based on config mode and fix type error * Remove unused "mode" property of mergeLaunch method
- Loading branch information