Integrate TestDriver with Vercel deployments using GitHub Actions.
TD_API_KEY
).VERCEL_URL
environment variable provided by Vercel to access the deployment.amondnet/vercel-action
waits for the Vercel deployment to complete and retrieves the deployment URL. This URL is stored in the steps.vercel.outputs.url
variable.
--prompt
argument specifies the test steps to execute.
--prompt
argument in the TestDriver CLI specifies the steps to test the Vercel deployment. For example:
TD_API_KEY
: Your TestDriver API key.VERCEL_TOKEN
: Your Vercel API token.VERCEL_ORG_ID
: Your Vercel organization ID.VERCEL_PROJECT_ID
: Your Vercel project ID.