Skip to content

Commit

Permalink
chore: make error more inclusive of future cypress versions (#24559)
Browse files Browse the repository at this point in the history
* chore: make error more inclusive of future cypress versions

* Additional wording change

Co-authored-by: Mark Noonan <mark@cypress.io>

* Update snapshot to match

* fix test (hopefully)

Co-authored-by: Stokes Player <stokes@cypress.io>
Co-authored-by: Mark Noonan <mark@cypress.io>
  • Loading branch information
3 people committed Nov 8, 2022
1 parent 963e184 commit a8a9c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/errors/src/errors.ts
Expand Up @@ -1559,9 +1559,9 @@ export const AllCypressErrors = {

MIGRATION_CYPRESS_NOT_FOUND: () => {
return errTemplate`
You are running Cypress 10 in global mode and attempting to open or migrate a project where an install of ${fmt.code('cypress')} cannot be found.
You are running Cypress 10+ in global mode and attempting to open or migrate a project where an install of ${fmt.code('cypress')} cannot be found.
Ensure that ${fmt.code('cypress@10')} is installed in the project you are attempting to open or migrate.
Ensure that ${fmt.code('cypress@10')} or greater is installed in the project you are attempting to open or migrate.
https://on.cypress.io/migration-guide
`
Expand Down

5 comments on commit a8a9c78

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a8a9c78 Nov 8, 2022

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 arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.0.0/linux-arm64/develop-a8a9c784edbe896c0682e722206d0a036b697b0d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a8a9c78 Nov 8, 2022

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.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.0.0/linux-x64/develop-a8a9c784edbe896c0682e722206d0a036b697b0d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a8a9c78 Nov 8, 2022

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.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.0.0/darwin-x64/develop-a8a9c784edbe896c0682e722206d0a036b697b0d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a8a9c78 Nov 8, 2022

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 arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.0.0/darwin-arm64/develop-a8a9c784edbe896c0682e722206d0a036b697b0d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a8a9c78 Nov 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.0.0/win32-x64/develop-a8a9c784edbe896c0682e722206d0a036b697b0d/cypress.tgz

Please sign in to comment.