Skip to content

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

Notifications You must be signed in to change notification settings

currents-dev/currents-nodejs-github-actions-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currents + Node.js on GitHub Actions Example

About

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

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/node-test-reporter as a dependency
  • Configure GitHub actions workflow:
    • run the tests: npm run test
    • convert the results using npm run convert
    • upload the test results to Currents: npx currents upload

Resources

Currents application example for a run

example

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published