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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.0.1/win32-ia32/appveyor-develop-434d23b1320385db3e8c7a086d3fac44c8863d8a-30651507/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.0.1/appveyor-develop-434d23b1320385db3e8c7a086d3fac44c8863d8a-30651507/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.0.1/win32-x64/appveyor-develop-434d23b1320385db3e8c7a086d3fac44c8863d8a-30651507/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.0.1/appveyor-develop-434d23b1320385db3e8c7a086d3fac44c8863d8a-30651507/cypress.tgz
434d23b
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.434d23b
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.434d23b
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
:434d23b
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
: