cypress-fail-fast
cypress-fail-fast copied to clipboard
Support async parallel callbacks
The plugin should support parallel callbacks returning a promise. This would be useful to allow to perform async tasks when checking whether the plugin should stop the execution or not when running multiple Cypress processes in parallel, as suggested in a comment in #244 .