Skip to content

Commit

Permalink
fix: add more should interface definitions. (#8068)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Jul 28, 2020
1 parent 508da38 commit 7da2c4d
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 77 deletions.

4 comments on commit 7da2c4d

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7da2c4d Jul 28, 2020

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/5.0.0/linux-x64/circle-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-408789/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/circle-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-408772/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7da2c4d Jul 28, 2020

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.

Instructions are included below, depending on the shell you are using.

In Command Prompt (cmd.exe):

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-ia32/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/5.0.0/win32-ia32/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.tgz

In Git Bash:

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-ia32/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.tgz

Using cross-env:

If the above commands do not work for you, you can also try using cross-env:

npm i -g cross-env
cross-env CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-ia32/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.zip npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7da2c4d Jul 28, 2020

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.

Instructions are included below, depending on the shell you are using.

In Command Prompt (cmd.exe):

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-x64/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/5.0.0/win32-x64/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.tgz

In Git Bash:

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-x64/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.tgz

Using cross-env:

If the above commands do not work for you, you can also try using cross-env:

npm i -g cross-env
cross-env CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-x64/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.zip npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-34350503/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7da2c4d Jul 28, 2020

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/5.0.0/darwin-x64/circle-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-408801/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/circle-develop-7da2c4d397d48131e5a0a50a9fae482b70747a94-408797/cypress.tgz

Please sign in to comment.