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

Add instructions for 'out-of-the-box' TypeScript support #412

Merged

Commits on Jul 10, 2020

  1. docs: add instructions for 'out-of-the-box' TypeScript support

    Cypress v4.4.0 supports TypeScript without additional preprocessors
    (cypress-io/cypress#1859). These are the
    instructions for setting that up with the Cucumber preprocessor.
    bauglir committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    545fc4d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. chore(deps): update to @cypress/browserify-preprocessor supporting fu…

    …nction transforms
    
    The preprocessor provided by this package takes the form of a function,
    which isn't supported by older versions of the browserify preprocessor.
    The most recent versions are also necessary to support out-of-the-box
    TypeScript.
    
    References #412.
    bauglir committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    5f73e4d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. ci(circle): use Node.js v12 backed image

    The updated dependency on @cypress/browserify-preprocessor introduced in
    5f73e4d no longer supports Node.js v8.
    
    References #412.
    bauglir committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    7415ae6 View commit details
    Browse the repository at this point in the history
  2. chore(cypress): update to v3.8.1 for Node 10 and later compatibility

    An outdated transient dependency (`fs-extra`) is causing syntax/parsing
    issues on Node v12.  Upgrading the Cypress dependency includes an update
    to this transient dependency allowing Cypress to run on more recent Node
    versions.
    
    References #412.
    bauglir committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    052a78b View commit details
    Browse the repository at this point in the history