Run Playwright / Argos CI in response to a GitHub deployment_status event #1144
Closed
wereHamster
started this conversation in
General
Replies: 2 comments 3 replies
-
Hello, Considering the way you want to use Argos, I would suggest to write |
Beta Was this translation helpful? Give feedback.
3 replies
-
We have built-in support for Vercel Preview Deployments (and other providers too) in the latest version of our SDKs. Read our dedicated guide for more information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run Playwright / Argos CI after the website is deployed on Vercel. Vercel will post back to GitHub a deployment_status event which contains the URL. So I know against which URL to run. I also know the git commit (sha). I don't have a branch though (since the commit may be in many branches). It seems that the Argos CI integration requires a branch, playwright is failing with this error:
Is there a way to fake or override the branch name via config option or environment?
Beta Was this translation helpful? Give feedback.
All reactions