Skip to content

Commit

Permalink
Decaff querying.coffee and its test. (#5643)
Browse files Browse the repository at this point in the history
Decaff querying.coffee and its test.
  • Loading branch information
jennifer-shehane committed Dec 2, 2019
2 parents dc93bee + d115aa7 commit be3f1ab
Show file tree
Hide file tree
Showing 4 changed files with 2,843 additions and 2,151 deletions.

4 comments on commit be3f1ab

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on be3f1ab Dec 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.7.1/linux-x64/circle-develop-be3f1ab225c8efa7236a606f045694e565a6ced5-203484/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.7.1/circle-develop-be3f1ab225c8efa7236a606f045694e565a6ced5-203475/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on be3f1ab Dec 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.7.1/darwin-x64/circle-develop-be3f1ab225c8efa7236a606f045694e565a6ced5-203561/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.7.1/circle-develop-be3f1ab225c8efa7236a606f045694e565a6ced5-203497/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on be3f1ab Dec 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.7.1/win32-ia32/appveyor-develop-be3f1ab225c8efa7236a606f045694e565a6ced5-29253987/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.7.1/win32-ia32/appveyor-develop-be3f1ab225c8efa7236a606f045694e565a6ced5-29253987/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on be3f1ab Dec 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.7.1/win32-x64/appveyor-develop-be3f1ab225c8efa7236a606f045694e565a6ced5-29253987/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.7.1/win32-x64/appveyor-develop-be3f1ab225c8efa7236a606f045694e565a6ced5-29253987/cypress.zip

Please sign in to comment.