We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any chance of exposing the "--forbid-only" and "--forbid-pending" Mocha flags in Cypress CLI? mochajs/mocha#2696
Looking for a way to easily identify/prevent accidental commits of tests marked as "only" or "skip"
The text was updated successfully, but these errors were encountered:
We use this little helper to detect .only in the spec files https://github.com/bahmutov/stop-only and maybe you can add ".skip" detection there?
.only
Sorry, something went wrong.
Found another workaround:
The "mocha-avoid-only" rule in this tslint ruleset solves the issue: https://github.com/Microsoft/tslint-microsoft-contrib
What is preventing cypress from using the native --forbid-only flag in mocha? Would it work now with v4?
--forbid-only
It'd be great to use them directly instead of using another library
No branches or pull requests
Is there any chance of exposing the "--forbid-only" and "--forbid-pending" Mocha flags in Cypress CLI?
mochajs/mocha#2696
Looking for a way to easily identify/prevent accidental commits of tests marked as "only" or "skip"
The text was updated successfully, but these errors were encountered: