Cypress - Bitbucket Pipelines
Running Cypress tests in parallel on Bitbucket Pipelines and Currents dashboard
Last updated
Was this helpful?
Running Cypress tests in parallel on Bitbucket Pipelines and Currents dashboard
Last updated
Was this helpful?
The example :
uses a with a pre-installed that allows using alternative orchestration services like Sorry Cypress and Currents.
runs 3 containers with cypress tests in parallel using integration package and the command below:
Create an account at https://app.currents.dev
Get your Project ID and update the contents of currents.config.js
Use CLI arguments to customize your cypress-cloud runs, e.g.: npx cypress-cloud run --parallel --record --key <your currents.dev key> --group groupA
Currents team is maintaining an alternative version of the MIT-licensed Cypress test runner, compatible in features and open for using with recording services like Sorry Cypress and Currents.
Get your Record Key and set CURRENTS_RECORD_KEY
Follow the install instructions for package
Note: Currents will automatically detect CI Build ID for Bitbucket Pipeline execution. Read the for more advanced use cases.
Note: Refer to the recent to see the setup in action
posts runs progress and outcome for every Bitbucket Pipeline invocation: