Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

currents-dev/run-details-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ ARCHIVED REPOSITORY ⚠️

This repository is now archived and read-only.

For the latest examples and updates, please visit our new repository:


Setting or Overriding Git Commit Info for Cypress

  • Set the projectId in cypress.config.js
  • Use the command below, use your org's recordKey
COMMIT_INFO_BRANCH="custom_branch" \
COMMIT_INFO_MESSAGE="Custom Message" \
COMMIT_INFO_EMAIL="committer@email.com" \
COMMIT_INFO_AUTHOR="Mrs. Committer" \
COMMIT_INFO_SHA=79e4fa8a023803a0bf2ca9e3aa25f08ee371fee5 \
COMMIT_INFO_REMOTE="https://github.com/org/branch" \
npx currents run --parallel --record --key __your_key__ --ci-build-id `date +%s`

Here's an example of a run created by the command above:

currents-2023-03-22-13 47 15

About

Setting or Overriding Git Commit Info for Cypress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors