Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ReportPortal history urls #101

Merged
merged 4 commits into from
Oct 29, 2022
Merged

Conversation

uDuCkV
Copy link
Contributor

@uDuCkV uDuCkV commented Oct 24, 2022

while using ReportPortal 5.6.0 history urls were not working using uuid attribute.

Tested with "launchId" it's working as designed.

while using ReportPortal 5.6.0 history urls were not working using uuid attribute. 

Tested with "launchId" it's working as designed.
@@ -24,11 +24,20 @@ async function getLaunchHistory(extension) {
return [];
}

function setLinkHistoryViaProperty(extension) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of this function, add the new input to the default inputs object where the default value equals to uuid - https://github.com/test-results-reporter/reporter/blob/main/src/extensions/report-portal-history.js#L95-L98

@uDuCkV
Copy link
Contributor Author

uDuCkV commented Oct 27, 2022

Please wait. It does not work.

@uDuCkV
Copy link
Contributor Author

uDuCkV commented Oct 27, 2022

It is ok now.

@ASaiAnudeep ASaiAnudeep merged commit c424cab into test-results-reporter:main Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants