Skip to content

Commit

Permalink
chore: make spec migration screen text more generic (#22325)
Browse files Browse the repository at this point in the history
* chore: make spec migration screen text more generic

* update language
  • Loading branch information
lmiller1990 committed Jun 16, 2022
1 parent 32ad438 commit e87c492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/frontend-shared/src/locales/en-US.json
Expand Up @@ -597,8 +597,8 @@
"title": "Migration Helper",
"description": "Complete the steps below to migrate your project to Cypress 10",
"step1": {
"title": "Rename existing specs",
"description": "In this step, we'll automatically rename and move your existing spec files.",
"title": "Migrate existing specs",
"description": "In this step, we'll automatically rename and/or move your existing spec files as needed.",
"button": "Rename these specs for me",
"buttonSkip": "Skip renaming specs",
"buttonRenameFolder": "Rename the folder for me"
Expand Down Expand Up @@ -722,4 +722,4 @@
"alpha": "Alpha",
"beta": "Beta"
}
}
}

5 comments on commit e87c492

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e87c492 Jun 16, 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.2.0/linux-x64/develop-e87c492479a342ccf5e94d2b4df62cd0e9234764/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e87c492 Jun 16, 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/10.2.0/linux-arm64/develop-e87c492479a342ccf5e94d2b4df62cd0e9234764/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e87c492 Jun 16, 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/10.2.0/darwin-arm64/develop-e87c492479a342ccf5e94d2b4df62cd0e9234764/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e87c492 Jun 16, 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.2.0/darwin-x64/develop-e87c492479a342ccf5e94d2b4df62cd0e9234764/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e87c492 Jun 16, 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.2.0/win32-x64/develop-e87c492479a342ccf5e94d2b4df62cd0e9234764/cypress.tgz

Please sign in to comment.