Integrating With Bitbucket to put integration tests build/fail results on bitbucket PR #2871
Replies: 1 comment 6 replies
-
Hello @danielccdk,
Add a step at the end of the workflow to post the test results to the Bitbucket PR.
Please remember to set the variables such as $BITBUCKET_TOKEN under Environment Variables |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Push changes to feature branch
Open Pull Request
Expected results
Results of codemagic build are pushed to Bitbucket PR
Actual results
None. Haven't integrated this yet.
The bitbucket repo is connected to codemagic and I am able to manually trigger integration test builds. However I would like to update the bitbucket pull request with the results of those tests.
I don't see much documentation on how to do this. Could you please advise. Here is my current codemagic.yaml.
Please advise. Thank you so much
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions