Skip to content

Commit

Permalink
docs: Update triage for actions taken for questions (#8207)
Browse files Browse the repository at this point in the history
We do not offer premium support anymore.
  • Loading branch information
jennifer-shehane authored Aug 7, 2020
1 parent 7341476 commit 1690d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Some opened issue are questions, not bug reports or feature requests. Issues are

- Explain that issues in our GitHub repo are reserved for potential bugs or feature requests and that the issue will be closed since it appears to be neither a bug nor a feature request.
- Guide them to existing resources where their questions can be asked like our [community chat](https://on.cypress.io/chat), our [documentation](https://docs.cypress.io), or [Stack Overflow](https://stackoverflow.com/questions/tagged/cypress).
- Cypress offers support via email when signing up for any of our our [paid plans](https://www.cypress.io/pricing/), so remind them that this is an option. Cypress also offers screen sharing and workshops with our [premium support options](https://www.cypress.io/support/) if they would like something higher-touch.
- Cypress offers support via email when signing up for any of our our [paid plans](https://www.cypress.io/pricing/), so remind them that this is an option if they already have a paid account.
- Add the `type: question` label to the issue.
- Close the issue.

Expand Down

4 comments on commit 1690d41

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1690d41 Aug 7, 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-1690d41d763704d18f6ab638f9a19a910cd70266-414761/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/circle-develop-1690d41d763704d18f6ab638f9a19a910cd70266-414747/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1690d41 Aug 7, 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-1690d41d763704d18f6ab638f9a19a910cd70266-34531089/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-1690d41d763704d18f6ab638f9a19a910cd70266-34531089/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/5.0.0/win32-x64/appveyor-develop-1690d41d763704d18f6ab638f9a19a910cd70266-34531089/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-1690d41d763704d18f6ab638f9a19a910cd70266-34531089/cypress.tgz

In Git Bash:

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

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1690d41 Aug 7, 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-1690d41d763704d18f6ab638f9a19a910cd70266-34531089/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-1690d41d763704d18f6ab638f9a19a910cd70266-34531089/cypress.tgz

In PowerShell:

$env:CYPRESS_INSTALL_BINARY = https://cdn.cypress.io/beta/binary/5.0.0/win32-ia32/appveyor-develop-1690d41d763704d18f6ab638f9a19a910cd70266-34531089/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/appveyor-develop-1690d41d763704d18f6ab638f9a19a910cd70266-34531089/cypress.tgz

In Git Bash:

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

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1690d41 Aug 7, 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/5.0.0/darwin-x64/circle-develop-1690d41d763704d18f6ab638f9a19a910cd70266-414770/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/circle-develop-1690d41d763704d18f6ab638f9a19a910cd70266-414748/cypress.tgz

Please sign in to comment.