-
Notifications
You must be signed in to change notification settings - Fork 1
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
Run url as output #2
Comments
Yep, that makes sense. |
@mina-kleid Thank you for your feedback. We have incorporated this request into the v2-beta pre-release, please review and feedback as required: https://github.com/aws-actions/aws-devicefarm-mobile-device-testing/releases/tag/v2-beta |
@danjhd Thanks for your fast response & changes. Looks good to me 🚀 |
Merged
Closing this with release of v2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I can see that you generate the run url and add it as a notice.
Would be very useful if it can be added to the outputs instead of a notice
Use case
As part of our CI/CD we want to run UI Tests on device farm and notify our engineers in case of failure with the
run url
so our engineers can go to the run on AWS Console and find the failing testsExpected
Have the run url as an output from the action
Actual
I need to compute it in my job through extracting the run_id & project_id from the
arn
output and generating the urlSuggested solution
Add the run_url as an output instead of a notice
The text was updated successfully, but these errors were encountered: