Navigation Menu

Skip to content

Commit

Permalink
cleanup click_spec from decaf (#4704)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb authored and brian-mann committed Jul 12, 2019
1 parent 9a5756e commit f6f41c6
Showing 1 changed file with 251 additions and 251 deletions.

4 comments on commit f6f41c6

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f6f41c6 Jul 12, 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.4.1/linux-x64/circle-develop-f6f41c61c56f859988cd26924bd23d76b024d4e2-132948/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.4.1/circle-develop-f6f41c61c56f859988cd26924bd23d76b024d4e2-132943/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f6f41c6 Jul 12, 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.4.1/win32-ia32/appveyor-develop-f6f41c61c56f859988cd26924bd23d76b024d4e2-25942653/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.4.1/win32-ia32/appveyor-develop-f6f41c61c56f859988cd26924bd23d76b024d4e2-25942653/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f6f41c6 Jul 12, 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.4.1/win32-x64/appveyor-develop-f6f41c61c56f859988cd26924bd23d76b024d4e2-25942653/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.4.1/win32-x64/appveyor-develop-f6f41c61c56f859988cd26924bd23d76b024d4e2-25942653/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f6f41c6 Jul 12, 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.4.1/darwin-x64/circle-develop-f6f41c61c56f859988cd26924bd23d76b024d4e2-133007/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.4.1/circle-develop-f6f41c61c56f859988cd26924bd23d76b024d4e2-133006/cypress.tgz

Please sign in to comment.