Skip to content

Commit b4c44e9

Browse files
mattvCypresselylucas
mattvCypress
andauthored
Update all text references of Dashboard to Cloud (#4719)
* updated all text references of Dashboard to Cloud * updated instances of "cloud service" * add redirects * update dashboard-faq.md filename * update guides/dashboard directory name * fixed netlify redirect * update overview video * test to kick off build * fix faq redirect * markdown lint fix Co-authored-by: Ely Lucas <[email protected]>
1 parent 3b1d4ca commit b4c44e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+886
-836
lines changed

.textlintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Cypress product
1111
["^Cypress\.io", "Cypress"],
1212
["Cypress' ", "Cypress's "],
13-
["Cypress dashboard", "Cypress Dashboard"],
13+
["Cypress cloud", "Cypress Cloud"],
1414

1515
// Brands and Technologies
1616
["ansi", "ANSI"],

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ To add a page, such as a new guide or API documentation:
254254
> has a different layout from the other guide pages, you would create a
255255
> component file within `/guides` matching the route name that you want to use.
256256
> For example, if I wanted to create a unique guide page without the sidebar
257-
> about using the Dashboard, I would create a file called
258-
> `/pages/guides/my-dashboard-guide.vue` and create a Vue component for the
259-
> specific layout I want to create. The page will then be accessible at the
260-
> route `/guides/my-dashboard-guide`.
257+
> about using Cypress Cloud, I would create a file called
258+
> `/pages/guides/my-cloud-guide.vue` and create a Vue component for the specific
259+
> layout I want to create. The page will then be accessible at the route
260+
> `/guides/my-cloud-guide`.
261261
262262
#### A Worked Example
263263

content/_data/plugins.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
"name": "Knapsack Pro Cypress",
132-
"description": "Dynamic tests split across parallel CI nodes with Knapsack Pro Queue Mode to get faster CI builds. Note - this is 3rd party implementation, different from the Cypress Dashboard parallelization.",
132+
"description": "Dynamic tests split across parallel CI nodes with Knapsack Pro Queue Mode to get faster CI builds. Note - this is 3rd party implementation, different from Cypress Cloud parallelization.",
133133
"link": "https://github.com/KnapsackPro/knapsack-pro-cypress",
134134
"keywords": ["CI parallelisation", "continuous-integration"],
135135
"badge": "community"
@@ -939,7 +939,7 @@
939939
},
940940
{
941941
"name": "Cypress Image Snapshot",
942-
"description": "Catch visual regressions and compare image diffs locally and in Cypress Dashboard.",
942+
"description": "Catch visual regressions and compare image diffs locally and in Cypress Cloud.",
943943
"link": "https://github.com/palmerhq/cypress-image-snapshot",
944944
"keywords": ["image-diff", "snapshot"],
945945
"badge": "community"

content/_data/screencasts.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"youtubeId": "jO2ssfqhrSc"
112112
},
113113
{
114-
"title": "GitHub integration with Cypress Dashboard of Cypress 3.4.1",
114+
"title": "GitHub integration with Cypress Cloud of Cypress 3.4.1",
115115
"url": "https://www.youtube.com/watch?v=NGsGx3cbDcc&t=",
116116
"sourceName": "Youtube",
117117
"sourceUrl": "https://www.youtube.com/watch?v=NGsGx3cbDcc&t=",

content/_data/sidebar.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@
216216
]
217217
},
218218
{
219-
"title": "Dashboard",
220-
"slug": "dashboard",
219+
"title": "Cypress Cloud",
220+
"slug": "cloud",
221221
"children": [
222222
{
223223
"title": "Introduction",
@@ -1110,8 +1110,8 @@
11101110
"slug": "general-questions-faq"
11111111
},
11121112
{
1113-
"title": "Dashboard",
1114-
"slug": "dashboard-faq"
1113+
"title": "Cypress Cloud",
1114+
"slug": "cloud-faq"
11151115
},
11161116
{
11171117
"title": "Company",

content/_data/webinars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"slides": "https://cypress.slides.com/cypress-io/codecov"
2323
},
2424
{
25-
"title": "Introduction to the Cypress Dashboard",
25+
"title": "Introduction to Cypress Cloud",
2626
"date": "November 18, 2020",
2727
"author": "Cypress with Cecelia Martinez",
2828
"youtubeId": "4JT5z0ng2E0",

content/api/commands/debug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ the following:
9292

9393
## See also
9494

95-
- [Dashboard](https://on.cypress.io/dashboard)
95+
- [Cypress Cloud](https://on.cypress.io/cloud)
9696
- [`.pause()`](/api/commands/pause)
9797
- [`cy.log()`](/api/commands/log)
9898
- [`cy.screenshot()`](/api/commands/screenshot)

content/api/commands/pause.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ will run only the next command and pause again.
127127

128128
## See also
129129

130-
- [Dashboard](https://on.cypress.io/dashboard)
130+
- [Cypress Cloud](https://on.cypress.io/cloud)
131131
- [`cy.debug()`](/api/commands/debug)
132132
- [`cy.log()`](/api/commands/log)
133133
- [`cy.screenshot()`](/api/commands/screenshot)

content/api/commands/screenshot.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ off by setting `screenshotOnRunFailure` to `false` within your
248248

249249
#### Screenshots in CI
250250

251-
You can see screenshots taken during a CI run in the
252-
[Dashboard Service](https://on.cypress.io/dashboard) without any extra work.
251+
You can see screenshots taken during a CI run in
252+
[Cypress Cloud](https://on.cypress.io/cloud) without any extra work.
253253

254254
Alternatively, to see screenshots in your Continuous Integration UI, most CI
255255
providers document a way to export the screenshots as artifacts and to make them
@@ -351,7 +351,7 @@ following:
351351
- [After Screenshot API](/api/plugins/after-screenshot-api)
352352
- [`cy.debug()`](/api/commands/debug)
353353
- [`Cypress.Screenshot`](/api/cypress-api/screenshot-api)
354-
- [Dashboard Service](/guides/dashboard/introduction)
354+
- [Cypress Cloud](/guides/cloud/introduction)
355355
- [`.pause()`](/api/commands/pause)
356356
- [Screenshots and Videos](/guides/guides/screenshots-and-videos)
357357
- [Visual Testing](/guides/tooling/visual-testing)

content/api/cypress-api/screenshot-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ Cypress.Screenshot.defaults({
181181
## See also
182182

183183
- [cy.screenshot()](/api/commands/screenshot)
184-
- [Dashboard Service](/guides/dashboard/introduction)
184+
- [Cypress Cloud](/guides/cloud/introduction)
185185
- [Screenshots and Videos](/guides/guides/screenshots-and-videos)
186186
- [Visual Testing](/guides/tooling/visual-testing)

content/api/plugins/after-screenshot-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ on('after:screenshot', (details) => {
105105
## See also
106106

107107
- [cy.screenshot()](/api/commands/screenshot)
108-
- [Dashboard Service](/guides/dashboard/introduction)
108+
- [Cypress Cloud](/guides/cloud/introduction)
109109
- [Plugins Guide](/guides/tooling/plugins-guide)
110110
- [Screenshots and Videos](/guides/guides/screenshots-and-videos)
111111
- [Visual Testing](/guides/tooling/visual-testing)

content/api/plugins/after-spec-api.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ module.exports = (on, config) => {
9898
### Delete the recorded video if the spec passed
9999

100100
You can delete the recorded video for a spec when certain conditions are met.
101-
This will skip the compression and uploading of the video when recording to the
102-
Dashboard.
101+
This will skip the compression and uploading of the video when recording to
102+
Cypress Cloud.
103103

104104
The example below shows how to delete the recorded video for specs with no
105105
failing tests.
@@ -127,8 +127,8 @@ on('after:spec', (spec, results) => {
127127
### Delete the recorded video if no tests retried
128128

129129
You can delete the recorded video for a spec when certain conditions are met.
130-
This will skip the compression and uploading of the video when recording to the
131-
Dashboard.
130+
This will skip the compression and uploading of the video when recording to
131+
Cypress Cloud.
132132

133133
The example below shows how to delete the recorded video for specs that had no
134134
retry attempts when using Cypress [test retries](/guides/guides/test-retries).

content/examples/examples/applications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ activities, best practices and information sharing.
102102
- Combined coverage with Jest and Cypress via
103103
[Cypress code coverage plugin](https://github.com/cypress-io/code-coverage)
104104
- linters and pre-commit hooks: Eslint, Prettier, Js-beautify, Husky
105-
- recording test results on Cypress Dashboard
105+
- recording test results on Cypress Cloud
106106

107107
## More examples
108108

content/examples/examples/workshop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ a full list).
3131
- Using the Selector Playground
3232
- Testing XHR requests
3333
- Using data fixtures to mock data
34-
- Running tests on CI and recording to the Dashboard
34+
- Running tests on CI and recording to Cypress Cloud
3535
- Customizing your own reporters
3636
- Writing custom Cypress commands
3737
- Debugging in Cypress

0 commit comments

Comments
 (0)