Skip to content

Commit

Permalink
Update https-proxy-agent to point back to original repo (#5294)
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Oct 4, 2019
1 parent 3f3cab4 commit 5549488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -161,7 +161,7 @@
"express-session": "1.16.1",
"express-useragent": "1.0.12",
"http-mitm-proxy": "0.7.0",
"https-proxy-agent": "lpinca/node-https-proxy-agent#967f0115bddedbce0e4591c2a2250f988809dec8",
"https-proxy-agent": "TooTallNate/node-https-proxy-agent#6c804a2c919b53d29030340da8b02fd8225fd258",
"istanbul": "0.4.5",
"mocked-env": "1.2.4",
"mockery": "2.1.0",
Expand Down

4 comments on commit 5549488

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5549488 Oct 4, 2019

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.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.0/win32-x64/appveyor-develop-55494882fa424416f2b0b7e50af2ee2543996639-27886610/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.5.0/win32-x64/appveyor-develop-55494882fa424416f2b0b7e50af2ee2543996639-27886610/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5549488 Oct 4, 2019

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.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.5.0/win32-ia32/appveyor-develop-55494882fa424416f2b0b7e50af2ee2543996639-27886610/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.5.0/win32-ia32/appveyor-develop-55494882fa424416f2b0b7e50af2ee2543996639-27886610/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5549488 Oct 4, 2019

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/3.5.0/darwin-x64/circle-develop-55494882fa424416f2b0b7e50af2ee2543996639-160512/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.5.0/circle-develop-55494882fa424416f2b0b7e50af2ee2543996639-160513/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5549488 Oct 7, 2019

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/3.5.0/linux-x64/circle-develop-55494882fa424416f2b0b7e50af2ee2543996639-160799/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.5.0/circle-develop-55494882fa424416f2b0b7e50af2ee2543996639-160496/cypress.tgz

Please sign in to comment.