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

currents-dev/currents-jest-github-actions-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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:


Currents + Jest on GitHub Actions Example

About

This repository demonstrates how to report test results generated by Jest to Currents - a cloud platform for debugging, troubleshooting and analysing CI tests.

This example runs Jest tests in parallel using GitHub actions matrix with 2 containers.

How to reproduce

Follow the steps to reproduce this example:

  • Create an account at https://app.currents.dev and obtain Project Id and Record Key
  • Save the Record Key as Repository Secret CURRENTS_RECORD_KEY
  • Add @currents/cmd and @currents/jest as a dependency
  • Add @currents/jest as Jest reporter (see ./jest.config.js)
  • Configure GitHub actions workflow:
    • run the tests: npm run test
    • upload the test results to Currents: npx currents upload ...

Resources

About

Report Jest test results to Currents - a cloud platform for debugging, troubleshooting and analysing CI tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors