Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Add support for delaying the mocha run #3269

Open
chrisbreiding opened this issue Jan 31, 2019 · 0 comments
Open

Proposal: Add support for delaying the mocha run #3269

chrisbreiding opened this issue Jan 31, 2019 · 0 comments
Labels
stage: proposal 💡 No work has been done of this issue type: enhancement Requested enhancement of existing feature

Comments

@chrisbreiding
Copy link
Contributor

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:

  • Add a way to turn this on, probably by adding a delay option for cypress.json.
  • Expose a way to kick off the run. Mocha exposes a global run function, but we should probably create a Cypress.run method or something similar.

Addresses #3114

@chrisbreiding chrisbreiding added the type: enhancement Requested enhancement of existing feature label Jan 31, 2019
@chrisbreiding chrisbreiding self-assigned this Jan 31, 2019
@jennifer-shehane jennifer-shehane added the stage: proposal 💡 No work has been done of this issue label Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: proposal 💡 No work has been done of this issue type: enhancement Requested enhancement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants