Skip to content

Commit

Permalink
fix: capitalize 'cypress' (#21798) (#22116)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuspietscher committed Jun 6, 2022
1 parent a8ed29e commit e2243ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend-shared/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
},
"step4": {
"title": "Migrate to the new Cypress configuration file",
"description": "In this step, we'll automatically migrate your existing cypress configuration to the new Cypress configuration file.",
"description": "In this step, we'll automatically migrate your existing Cypress configuration to the new Cypress configuration file.",
"button": "Migrate the configuration for me"
},
"step5": {
Expand Down

3 comments on commit e2243ee

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e2243ee Jun 6, 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/10.0.3/linux-x64/develop-e2243ee733c56f2c3c8c58877439fd2f250d15fd/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e2243ee Jun 6, 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/10.0.3/darwin-x64/develop-e2243ee733c56f2c3c8c58877439fd2f250d15fd/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e2243ee Jun 6, 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/10.0.3/win32-x64/develop-e2243ee733c56f2c3c8c58877439fd2f250d15fd/cypress.tgz

Please sign in to comment.