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

feat: infer argument types in command implementations #17496

Merged
merged 4 commits into from
Aug 10, 2021
Merged

feat: infer argument types in command implementations #17496

merged 4 commits into from
Aug 10, 2021

Commits on Jul 27, 2021

  1. feat: infer argument types in command implementations

    `Cypress.Commands.add` now only accepts commands that have been declared, and
    the implementation is now properly typed.
    remcohaszing committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    1a41dba View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    d7ff736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62bb742 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

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