You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/4.7.1/win32-ia32/appveyor-develop-7954c59bb025dac97b71d163e1ecf7f7df568f87-33348324/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.7.1/appveyor-develop-7954c59bb025dac97b71d163e1ecf7f7df568f87-33348324/cypress.tgz
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/4.7.1/win32-x64/appveyor-develop-7954c59bb025dac97b71d163e1ecf7f7df568f87-33348324/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.7.1/appveyor-develop-7954c59bb025dac97b71d163e1ecf7f7df568f87-33348324/cypress.tgz
7954c59
There was a problem hiding this comment.
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.7954c59
There was a problem hiding this comment.
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
):In PowerShell:
In Git Bash:
Using
cross-env
:If the above commands do not work for you, you can also try using
cross-env
:7954c59
There was a problem hiding this comment.
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
):In PowerShell:
In Git Bash:
Using
cross-env
:If the above commands do not work for you, you can also try using
cross-env
:7954c59
There was a problem hiding this comment.
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.