Proposal: Add support for delaying the mocha run #3269
Labels
stage: proposal 💡
No work has been done of this issue
type: enhancement
Requested enhancement of existing feature
Add support for delaying the mocha run. This is normally done with the --delay flag or with
mocha.setup({ delay: true })
.Need to do the following:
delay
option forcypress.json
.run
function, but we should probably create aCypress.run
method or something similar.Addresses #3114
The text was updated successfully, but these errors were encountered: