Skip to content

Commit

Permalink
chore: Upgrade cypress-example-kitchensink to 1.12.0 (#8312)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Aug 18, 2020
1 parent 46714c5 commit 4ca9ddc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/example/package.json
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"chai": "3.5.0",
"cross-env": "6.0.3",
"cypress-example-kitchensink": "1.11.2",
"cypress-example-kitchensink": "1.12.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-gh-pages": "0.6.0-6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -9738,10 +9738,10 @@ cyclist@^1.0.1:
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=

cypress-example-kitchensink@1.11.2:
version "1.11.2"
resolved "https://registry.yarnpkg.com/cypress-example-kitchensink/-/cypress-example-kitchensink-1.11.2.tgz#d5e29ab82c50db000c923b97dfddbc0303035a12"
integrity sha512-n2mqfFxXsrXaMDeL51q4BGbbfznKYGXU+LSsXHDWH40zNGSYRikSXHi+Vzw+r8K77NTlFQwfwcjWyzWPpRV4Hw==
cypress-example-kitchensink@1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/cypress-example-kitchensink/-/cypress-example-kitchensink-1.12.0.tgz#d0286e105f7fb7076f784ce99e2423c51d794059"
integrity sha512-/FvkMdT8Q3DKwle+BpYLM3Rap8aI/DzLDomsE5ryQxNGAvOceoKMGtZAnaymhHtZZfvX6y+hPc9/vSx4ocWdSg==
dependencies:
npm-run-all "^4.1.2"
serve "11.3.0"
Expand Down

3 comments on commit 4ca9ddc

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4ca9ddc Aug 18, 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-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-425540/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/circle-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-425520/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4ca9ddc Aug 18, 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-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/5.0.0/win32-ia32/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.tgz

In Git Bash:

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-ia32/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/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-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.zip npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4ca9ddc Aug 18, 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-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/5.0.0/win32-x64/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.tgz

In Git Bash:

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/5.0.0/win32-x64/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/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-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.zip npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-4ca9ddc732e18170d8a4a3829ce46b73a22f7d9b-34725961/cypress.tgz

Please sign in to comment.