currents-dev/cypress-cloud

Implement internal git commit info

Closed this issue · 1 comments

We need to collect git information in a way that is similar to how cypress does it, see getCommitFromGitOrCi in cypress repo.

Today we only use @cypress/commit-info package without referring to CI variables. The implementation will be used to collect git information when creating a new run, see const res = await axios.post("http://localhost:1234/runs", {

Resolved in #2