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

(Hopefully) Fix Cypress build failure #96

Merged
merged 2 commits into from Feb 3, 2021
Merged

Commits on Feb 3, 2021

  1. Write own getTable cypress command

    Using the `getTable` package has caused our build to fail as it's trying
    to install multiple versions of Cypress, so we're adding the
    implementation to our codebase instead.
    
    This implementation has been shamelessly copied from
    https://github.com/roggerfe/cypress-get-table/blob/master/src/index.js.
    Gweaton committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    1c49658 View commit details
    Browse the repository at this point in the history
  2. Remove Cypress GetTable package

    When running the build, we were getting a "Corrupted Download" message
    when trying to install Cypress. I believe this is due to the `get-table`
    package requiring an older version of Cypress as one of its
    dependencies.
    
    Here's how I came to that conclusion:
    cypress-io/cypress#4595
    Gweaton committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    084c7c9 View commit details
    Browse the repository at this point in the history