@badeball/cypress-cucumber-preprocessor
This is a fork and complete re-write of [cypress-cucumber-preprocessor]. It's not meant for the general public, although you're obviously free to try. I generally don't provide …
Updated by @badeball
@badeball/cypress-parallel
Divides your test files into equal buckets and runs a single bucket. This is ideal for parallizing Cypress tests in a CI environment, without relying on external services, such as …
Updated by @badeball
@badeball/cypress-configuration
A re-implementation of Cypress' configuration resolvement and search for test files. These mechanisms [aren't exposed][issue], but necessary for EG. …
Updated by @badeball
@badeball/mocha-knapsack-reporter
A simple Mocha reporter that outputs the execution time of each spec in a JSON format. Primarily used for [cypress-parallel][cypress-parallel].
Updated by @badeball