Run Cypress tests in parallel without Dashboard: Tutorial
On This Page What is Cypress Parallelization?January 17, 2026 · 5 min read · Tool Comparison
Cypress is a powerful end-to-end testing fabric, but its built-in Dashboard service isn ’ t the only way to run tests in parallel. You can also run Cypress test in latitude, without using the Dashboard. Why run Cypress Tests in Parallel without Dashboard? How to Perform Cypress Parallel Execution Without Dashboard In this tutorial, you ’ ll hear how to speed up your examination suite by running Cypress tests in parallel, without using the Dashboard, habituate your own CI frame-up and custom logic for test distribution. Tests construct using Cypress run very tight and in any real time projection the tests grow from 100s to 1000s. If you run the examination in sequential manner (1 at a clip), no matter how tight the exam execution in Cypress is, it is still move to conduct a good amount of time. Cypress provides a feature to run examination in Parallel in CI runs using the Cypress Cloud. To use this feature, users should enable Cypress Cloud Integration with our Project and set the flag –parallel in the cypress execution dictation. The Cypress parallel in built feature need Multiple agent configure in CI run and Cypress balances the loading based on the agents and number of spec file. To speed up the tests you ask to run our tests in Parallel. Parallelization refers to executing multiple test at any given clip. Taking model of three tests When accomplish these tests in Sequential mode it will take 20 minutes. But if you run these three tests in parallel it will average to 10 minutes (It saved 10 minutes!). Running Cypress tests in parallel, without using the Cypress Dashboard, allows teams to accelerate test execution while avoiding external dependencies, subscription cost, and data exposure. Key Benefits: Before trying to run tests in Parallel without Dashboard, countenance run the three tests which can be institutehere And if you execute below bidding in command line, three tests will be run againstBrowser Stack ’ s Demo coating It is taking 29 Seconds for executing three tests in Sequential mode SUSA automates exploratory testing with persona-driven behavior, catching bugs that scripted automation misses. Now to run tests in analogue without Cypress Dashboard, We are going to use two plugins in this clause You need to install the plugincypress-parallel. To install this plugin run the below dictation from root of your project Once the plugin is installed, all you need to do is execute below bid In the above command, using cypress-parallel plugin to fulfill cypress tests. This command contains three constituent Executing the above command will create aparallel-weights.jsonfile and thespecfiles are divided based on this file and run in parallel free-base on the thread number provided You need to insure that the thread bit ply should be based on the agent & # 8217; s Hardware capacity. You can use this plugin to run the cypress exam collimate in CI builds. Installation instruction can be foundhere With this plugin you can run specific tryout across multiple containers or you can run with multiple agents Below Github action will run the specific glasses in Parallel on the 2 containers Below Github action will run all the exam in Parallel in across multiple agent The work example of Github actions can be foundhere Once the Github action is execute as part of CI build, it will produce a summary report like below Github link for the above summary account can be foundhere By using the two plugins as discourse above, you can run tryout in Parallel without purchase give plans in Cypress Cloud. You can likewise configure whether to run these exam in parallel across multiple agents or within a single agent with multiple containers. Read More: Cypress cloud whirl helpful Analytics, such as This article spotlight what is Parallel execution, How to achieve the Parallel Cypress tests execution by expend plugins without using fascia and likewise the limitations of not Using Cypress Cloud for Parallel execution. Post Test Execution Analytics is critical to realise the run duration, tests performance and errors and this feature is available in Cypress Cloud which will benefit the projects tremendously. Whenever running Cypress test, it is recommended to test on so that the can be guide into history for best truth of tryout results. Tools like assistance QAs by providing access to 3000+ device browser combination for a comprehensive automated testing. On This Page # Ask-and-Contributeabout this issue with our Discord community. Upload your APK or URL. SUSA explores like 10 real users — finds bugs, accessibility violations, and security issues. No scripts needed. Upload your APK or URL. SUSA explores like 10 real users — finds bugs, accessibility violations, and security issues. No scripts.Run Cypress tests in parallel without Dashboard: Tutorial
Overview
What is Cypress Parallelization?
Why is it significant to run Cypress Tests in Parallel
Why run Cypress Tests in Parallel without Dashboard?
How to run Cypress Tests in Parallel without Dashboard
npx cypress run -- spec `` cypress/e2e/dropdown-examples/ * .js ''
Method 1: Using cypress-parallel
npm i cypress-parallel
npx cypress-parallel -s cypress: run -t 3 -d `` cypress/e2e/dropdown-examples/ * .js ''
Method 2: Using cypress-split
Benefits of Cypress Parallelization without Cypress Cloud
Limitations of Cypress Parallel Execution without Cypress Cloud
Conclusion
Related Guides
Automate This With SUSA
Test Your App Autonomously