Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 1.19 KB

README.md

File metadata and controls

20 lines (10 loc) · 1.19 KB

Currents.dev - GitHub Actions Example

This is an example repository that showcases using Currents.dev for running cypress tests on GitHub Actions.

The example workflow config file:

  • runs 3 containers with cypress tests in parallel

  • uses Custom Test Command to run cypress-cloud for recording test results and parallelization with Currents.dev

  • Note: get your record key from Currents.dev and set GH secret variable CURRENTS_RECORD_KEY

  • Note: set the projectId in currents.config.js - obtain the project id from Currents.dev

  • Note: use CLI arguments to customize your cypress-cloud runs, e.g.: npx cypress-cloud run --parallel --record --key <your currents.dev key> --group groupA

Here's an example of how the demo workflow appears in Currents dashboard:

currents-2023-03-24-23.35.44.mp4