Cypress - Azure DevOps
Running Cypress test in parallel on Azure DevOps and Currents Dashboard
Last updated
Running Cypress test in parallel on Azure DevOps and Currents Dashboard
Last updated
This guide will help you to run Cypress tests in parallel using Azure DevOps and Currents Dashboard. The example showcases using 3 Azure DevOps containers for parallelizing the execution using Currents as an orchestration and reporting service.
Connect a new/existing pipeline to a repository containing your Cypress tests
Make sure that your cypress.config.js
file has the correct projectId
. You can fetch the projectId
by navigating to and then Project Name > Manage Project
Make sure that both cypress
and are listed in your package.json
as dependencies
Create or modify an existing , and add a new secret variable called CURRENTS_SECRET
. You can grab the secret key at Currents Dashboard > Org Name (Header Menu) > Record Keys
Modify your azure-pipelines.yml
file and use as a reference.
Pipeline executions will be orchestrated via the Currents Dashboard, and execution results and artifacts will be automatically uploaded as well.