cerner / terra-toolkit

Terra Toolkit is a monorepo that contains utility modules for use when developing using Terra components
https://engineering.cerner.com/terra-toolkit
Apache License 2.0
32 stars 37 forks source link

[terra-functional-testing] Nexus screenshot download URL logic and fixes #808

Closed BenBoersma closed 1 year ago

BenBoersma commented 1 year ago

Summary

Adding in logic to download Nexus screenshots based on whether or not a credentials file is found. Also fixing issue with reading repo metadata for Nexus logic. **What was changed:** In the case that we have no credentials, we will download screenshots using the none credentials required URL. Otherwise we will download via the Service URL that requires credentials. Splits `.git` of repo names for metadata object as well. **Why it was changed:** To allow tests to download screenshots without having to authenticate. ### Testing

This change was tested using:

Reviews

In addition to engineering reviews, this PR needs:

Additional Details

This PR resolves:

UXPLATFORM-9299


Thank you for contributing to Terra. @cerner/terra