Skip to content

This is an example repository that showcases using Cypress GitHub Actions with Currents.dev.

Notifications You must be signed in to change notification settings

Van-QA/gh-actions-example

 
 

Repository files navigation

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

About

This is an example repository that showcases using Cypress GitHub Actions with Currents.dev.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.6%
  • TypeScript 14.4%