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

ci: Use eslint plugin to catch .only in tests #9624

Merged
merged 2 commits into from
Dec 21, 2020

Commits on Dec 10, 2020

  1. Use eslint plugin to catch .only in tests

    Current method using stop-only doesn't really understand javascript
    syntax and is prone to false positives, particularly on windows.
    
    Adapted from cypress-io/cypress-documentation#2194 change.
    
    For now punt on linting coffeescript for this rule.
    
    Fixes cypress-io#5518
    bz2 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    fe4fd15 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    6d62a38 View commit details
    Browse the repository at this point in the history