|
Hi, for my project I'm wanting to make use of the upload cli command to do visual comparisons from a directory of images. I haven't been able to try this out properly yet in CI but was wondering if the upload command will do the usual build creation and approval status reporting to GH for pull requests? Thanks |
Answered by
wwilsman
Nov 8, 2022
Replies: 1 comment
|
Yes, when running the upload command it will act similarly to any other SDK by creating and finalizing a Percy build around snapshots; including collecting any environment information from the CI environment. If you have your GH repo linked to the Percy project, it should correctly report to GH status check for PRs. |
0 replies
Answer selected by
Robdel12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, when running the upload command it will act similarly to any other SDK by creating and finalizing a Percy build around snapshots; including collecting any environment information from the CI environment. If you have your GH repo linked to the Percy project, it should correctly report to GH status check for PRs.