Skip to content

Commit

Permalink
chore(deps): Update dependency @percy/cypress to version 2.3.1 馃専 (#7550)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 2, 2020
1 parent 76d96a1 commit bdcfe42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -87,7 +87,7 @@
"@cypress/request-promise": "4.2.6",
"@cypress/webpack-preprocessor": "5.4.1",
"@fellow/eslint-plugin-coffee": "0.4.13",
"@percy/cypress": "2.3.0",
"@percy/cypress": "2.3.1",
"@types/bluebird": "3.5.29",
"@types/classnames": "2.2.9",
"@types/debug": "4.1.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3443,10 +3443,10 @@
which "^2.0.1"
winston "^3.0.0"

"@percy/cypress@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@percy/cypress/-/cypress-2.3.0.tgz#7dea7f6285dbdca1097803be3faa8a9d69e0b263"
integrity sha512-srnIDvRJlIkNm5iCwy4k8kHgG9nKLBgy/i9GZoFKy74vhG13+iZmwrOBku4Z9CVWXN8sWWBn4ITnOpZPYEySsA==
"@percy/cypress@2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@percy/cypress/-/cypress-2.3.1.tgz#5ef96a22819158086e632fee77d7ecd878253583"
integrity sha512-/kswOdqO/w6q7VLPeZENRd9c8aIb+W6oNHZDNkRZ9eIa1O+iMIqHj2aB+Bcbc6WhtlRZM/65ekrGPR7QyK9Y7A==
dependencies:
"@percy/agent" "~0"
axios "^0.19.0"
Expand Down

4 comments on commit bdcfe42

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bdcfe42 Jun 2, 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/4.7.1/linux-x64/circle-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-346381/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.7.1/circle-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-346329/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bdcfe42 Jun 2, 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/4.7.1/win32-ia32/appveyor-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-33268635/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.7.1/appveyor-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-33268635/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/4.7.1/win32-ia32/appveyor-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-33268635/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.7.1/appveyor-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-33268635/cypress.tgz

In Git Bash:

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

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bdcfe42 Jun 2, 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/4.7.1/win32-x64/appveyor-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-33268635/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.7.1/appveyor-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-33268635/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/4.7.1/win32-x64/appveyor-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-33268635/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.7.1/appveyor-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-33268635/cypress.tgz

In Git Bash:

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

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bdcfe42 Jun 2, 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/4.7.1/darwin-x64/circle-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-346460/cypress.zip
npm install https://cdn.cypress.io/beta/npm/4.7.1/circle-develop-bdcfe42f790a6f0e73e8f4ae2133c62df2de349d-346396/cypress.tgz

Please sign in to comment.