Hi <@472319047015596032>. <@267079522405449739> is...
# cypress-cloud
a
Hi @clean-toddler-29623. @adorable-smartphone-87280 is correct. There is not a current implementation to specifically mention who kicked off a run accept by utilizing the git commit info in the Cypress Dashboard. Certain environment variables can be passed directly in the command line such as
COMMIT_INFO_AUTHOR="akselsoft" npx cypress run --record --key YOUR_SECRET_RECORD_KEY
, but that may not be scalable: https://docs.cypress.io/guides/continuous-integration/introduction#Git-information I recommend setting up a CI Provider so that the runs will be kicked off with each commit and that git information can be obtained automatically: https://docs.cypress.io/guides/continuous-integration/introduction