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

TS: separate Window type for application under test #7806

Merged
merged 11 commits into from Jul 6, 2020

Commits on Jun 30, 2020

  1. Correct window type

    Previously this would type error:
    
    ```ts
    cy.window().then(window => window.eval('1'));
    ```
    OliverJAsh authored and sainthkh committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    961b4cf View commit details
    Browse the repository at this point in the history
  2. Upgrade minimum TS version from 2.9 to 3.4

    `globalThis` was added in 3.4.
    OliverJAsh authored and sainthkh committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    d5a6b14 View commit details
    Browse the repository at this point in the history
  3. Add test

    OliverJAsh authored and sainthkh committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    8ca418f View commit details
    Browse the repository at this point in the history
  4. Format

    OliverJAsh authored and sainthkh committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    f45708f View commit details
    Browse the repository at this point in the history
  5. Test type

    OliverJAsh authored and sainthkh committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    cb339ca View commit details
    Browse the repository at this point in the history
  6. Expect type

    OliverJAsh authored and sainthkh committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    1f91375 View commit details
    Browse the repository at this point in the history
  7. Fix syntax error

    OliverJAsh authored and sainthkh committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    ce80b82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20fa3e0 View commit details
    Browse the repository at this point in the history
  9. Fix comment.

    sainthkh committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    5961445 View commit details
    Browse the repository at this point in the history
  10. crlf -> lf.

    sainthkh committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    b8a76f2 View commit details
    Browse the repository at this point in the history
  11. Test more APIs.

    sainthkh committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    43f22c5 View commit details
    Browse the repository at this point in the history