tnicola / cypress-parallel

Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.
MIT License
561 stars 116 forks source link

Question: Parallel runs and slack notifications. #145

Open jmitchell-figure opened 1 year ago

jmitchell-figure commented 1 year ago

I noticed when running tests in parallel with cypress-parallel each parallel run that finishes triggers Cypress dashboard to send a slack notification. When using just multiple VMs and running Cypress in parallel against them it would wait for all test to finish and send one notification. How can I achieve just one notification with cypress-parallel?