Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cloud asset purge #5477

Merged
merged 2 commits into from
Sep 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions docs/guides/cloud/account-management/enterprise-sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ below, refer to

1. Log into your Okta dashboard and head to the **Admin** section.
<DocsImage
src="/img/dashboard/organizations/okta-admin-cypress-sso-setup.png"
src="/img/guides/cloud/sso/okta-admin-cypress-sso-setup.png"
alt="Okta Admin"
/>
1. Create a new SAML-based Web application.
<DocsImage
src="/img/dashboard/organizations/okta-add-application-step1-cypress-sso.png"
src="/img/guides/cloud/sso/okta-add-application-step1-cypress-sso.png"
alt="Create Okta SAML App"
/>
<DocsImage
src="/img/dashboard/organizations/okta-add-application-step3-cypress-sso.png"
src="/img/guides/cloud/sso/okta-add-application-step3-cypress-sso.png"
alt="Create Okta SAML App"
width={600}
/>
Expand All @@ -88,7 +88,7 @@ below, refer to
- Copy the Identity Provider Single sign-on URL to Cypress Cloud.
- Download the certificate and upload that to Cypress Cloud.
<DocsImage
src="/img/dashboard/organizations/okta-download-certificate-for-cypress-dashboard.png"
src="/img/guides/cloud/sso/okta-download-certificate-for-cypress-dashboard.png"
alt="Download Certificate"
/>

Expand All @@ -102,10 +102,7 @@ Cypress Cloud can integrate with your identity provider via SAML. In addition to
the documentation below, refer to your provider's official documentation for
configuring a SAML integration.

<DocsImage
src="/img/dashboard/organizations/enterprise-SSO-SAML.png"
alt="SAML SSO"
/>
<DocsImage src="/img/guides/cloud/sso/enterprise-SSO-SAML.png" alt="SAML SSO" />

1. Log into the admin interface for your identity provider.
1. Work through the setup wizard supplying the information requested:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/cloud/account-management/organizations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Organization ID. Click on the clipboard icon to copy the ID for easy sharing
with Cypress teams.

<DocsImage
src="/img/dashboard/organizations/cypress-organization-UUID.gif"
src="/img/guides/cloud/organizations/cypress-organization-UUID.gif"
alt="Locate UUID gif"
/>

Expand Down
8 changes: 4 additions & 4 deletions docs/guides/cloud/account-management/projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ test runs. Deleting projects can only be done from
3. Go to the project's **Settings** page.
4. At the very bottom of the Settings page click the **Remove Project** button.
<DocsImage
src="/img/dashboard/remove-project-dialog.png"
src="/img/guides/cloud/projects/remove-project-dialog.png"
alt="Delete project dialog"
width="80%"
/>
Expand Down Expand Up @@ -306,19 +306,19 @@ settings from within the project settings page.

See our integration guides to learn more:

### CI/CD
### Source Control Providers

<!-- prettier-ignore-start -->

- &#8239;<Logo src="/img/logo/github.svg" /> [GitHub integration guide](/guides/cloud/integrations/source-control/github)
- &#8239;<Logo src="/img/logo/gitlab.svg" /> [GitLab integration guide](/guides/cloud/integrations/source-control/gitlab)
- &#8239;<Logo src="/img/logo/bitbucket.svg" /> [Bitbucket integration guide](/guides/cloud/integrations/source-control/bitbucket)

### Project Management
### Issue Management

- &#8239;<Logo src="/img/logo/jira.svg" /> [Jira integration guide](/guides/cloud/integrations/jira)

### Messaging
### Team Communication

- &#8239;<Logo src="/img/logo/slack.svg" /> [Cypress integration for Slack guide](/guides/cloud/integrations/slack)
- &#8239;<Logo src="/img/logo/ms-teams.svg" /> [Cypress integration for Microsoft Teams guide](/guides/cloud/integrations/teams)
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/cloud/account-management/users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ team members up front, they can request access and you can choose to accept or
deny them access.

<DocsImage
src="/img/dashboard/request-access-to-organization.png"
src="/img/guides/cloud/users/request-access-to-organization.png"
alt="Request access to project"
/>

Expand Down
54 changes: 27 additions & 27 deletions docs/guides/cloud/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Cypress Cloud provides Analytics to offer insight into metrics like runs over
time, run duration and visibility into tests suite size over time.

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-overview.png"
src="/img/guides/cloud/analytics/dashboard-analytics-overview.png"
alt="Cloud Analytics Screenshot"
/>

## Run status

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-runs-over-time.png"
src="/img/guides/cloud/analytics/dashboard-analytics-runs-over-time.png"
alt="Cloud Analytics Runs Over Time Screenshot"
/>

Expand All @@ -26,7 +26,7 @@ local machine.
### Filters

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-runs-over-time-filters.png"
src="/img/guides/cloud/analytics/dashboard-analytics-runs-over-time-filters.png"
alt="Cloud Analytics Runs Over Time Filters Screenshot"
/>

Expand All @@ -39,7 +39,7 @@ Results may be filtered by:
### Results

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-runs-over-time-graph.png"
src="/img/guides/cloud/analytics/dashboard-analytics-runs-over-time-graph.png"
alt="Cloud Analytics Runs Over Time Graph Screenshot"
/>

Expand All @@ -54,15 +54,15 @@ This can be done via the download icon to the right of the filters.
### Key Performance Indicators

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-runs-over-time-kpi.png"
src="/img/guides/cloud/analytics/dashboard-analytics-runs-over-time-kpi.png"
alt="Cloud Analytics Runs Over Time KPI Screenshot"
/>

Total runs, average per day, passed runs and failed runs are the computed
respective of the filters selected.

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-runs-over-time-table.png"
src="/img/guides/cloud/analytics/dashboard-analytics-runs-over-time-table.png"
alt="Cloud Analytics Runs Over Time Table Screenshot"
/>

Expand All @@ -72,7 +72,7 @@ passed, failed, running, timed out and errored columns.
## Run duration

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-run-duration.png"
src="/img/guides/cloud/analytics/dashboard-analytics-run-duration.png"
alt="Cloud Analytics Run Duration Screenshot"
/>

Expand All @@ -84,7 +84,7 @@ away from its typical duration.
### Filters

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-run-duration-filters.png"
src="/img/guides/cloud/analytics/dashboard-analytics-run-duration-filters.png"
alt="Cloud Analytics Run Duration Filters Screenshot"
/>

Expand All @@ -98,7 +98,7 @@ Results may be filtered by:
### Results

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-run-duration-graph.png"
src="/img/guides/cloud/analytics/dashboard-analytics-run-duration-graph.png"
alt="Cloud Analytics Run Duration Graph Screenshot"
/>

Expand All @@ -111,15 +111,15 @@ analysis. This can be done via the download icon to the right of the filters.
### Key Performance Indicators

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-run-duration-kpi.png"
src="/img/guides/cloud/analytics/dashboard-analytics-run-duration-kpi.png"
alt="Cloud Analytics Run Duration KPI Screenshot"
/>

Average parallelization, average run duration and time saved from
parallelization are computed respective of the filters selected.

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-run-duration-table.png"
src="/img/guides/cloud/analytics/dashboard-analytics-run-duration-table.png"
alt="Cloud Analytics Run Duration Table Screenshot"
/>

Expand All @@ -129,7 +129,7 @@ average runtime, concurrency and time saved from parallelization columns.
## Test suite size

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-test-suite-size.png"
src="/img/guides/cloud/analytics/dashboard-analytics-test-suite-size.png"
alt="Cloud Analytics Test Suite Size Screenshot"
/>

Expand All @@ -141,7 +141,7 @@ represent the size of your test suite.
### Filters

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-test-suite-size-filters.png"
src="/img/guides/cloud/analytics/dashboard-analytics-test-suite-size-filters.png"
alt="Cloud Analytics Test Suite Size Filters Screenshot"
/>

Expand All @@ -155,7 +155,7 @@ Results may be filtered by:
### Results

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-test-suite-size-graph.png"
src="/img/guides/cloud/analytics/dashboard-analytics-test-suite-size-graph.png"
alt="Cloud Analytics Test Suite Size Graph Screenshot"
/>

Expand All @@ -168,15 +168,15 @@ analysis. This can be done via the download icon to the right of the filters.
### Key Performance Indicators

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-test-suite-size-kpi.png"
src="/img/guides/cloud/analytics/dashboard-analytics-test-suite-size-kpi.png"
alt="Cloud Analytics Test Suite Size KPI Screenshot"
/>

Unique tests and number of spec files are computed respective of the filters
selected.

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-test-suite-size-table.png"
src="/img/guides/cloud/analytics/dashboard-analytics-test-suite-size-table.png"
alt="Cloud Analytics Test Suite Size Table Screenshot"
/>

Expand All @@ -186,7 +186,7 @@ unique tests and spec files.
## Top failures

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-top-failures.png"
src="/img/guides/cloud/analytics/dashboard-analytics-top-failures.png"
alt="Cloud Analytics Top Failures Screenshot"
/>

Expand All @@ -195,7 +195,7 @@ This report shows the top failures in your test suite.
### Filters and Views

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-top-failures-filters.png"
src="/img/guides/cloud/analytics/dashboard-analytics-top-failures-filters.png"
alt="Cloud Analytics Top Failures Filters Screenshot"
/>

Expand All @@ -222,7 +222,7 @@ Results may also be filtered by:
### Results

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-top-failures-graph.png"
src="/img/guides/cloud/analytics/dashboard-analytics-top-failures-graph.png"
alt="Cloud Analytics Top Failures Graph Screenshot"
/>

Expand All @@ -237,7 +237,7 @@ This can be done via the download icon to the right of the filters.
### Key Performance Indicators

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-top-failures-kpi.png"
src="/img/guides/cloud/analytics/dashboard-analytics-top-failures-kpi.png"
alt="Cloud Analytics Top Failures KPI Screenshot"
/>

Expand All @@ -247,7 +247,7 @@ The main key performance indicators tracked are:
- Number of failures (measured by test cases)

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-top-failures-table.png"
src="/img/guides/cloud/analytics/dashboard-analytics-top-failures-table.png"
alt="Cloud Analytics Top Failures Table Screenshot"
/>

Expand All @@ -257,7 +257,7 @@ total runs.
## Slowest tests

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-slowest-tests.png"
src="/img/guides/cloud/analytics/dashboard-analytics-slowest-tests.png"
alt="Cloud Analytics Slowest Tests Screenshot"
/>

Expand All @@ -266,7 +266,7 @@ This report shows the slowest tests in a test suite.
### Filters and Views

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-slowest-tests-filters.png"
src="/img/guides/cloud/analytics/dashboard-analytics-slowest-tests-filters.png"
alt="Cloud Analytics Slowest Tests Filters Screenshot"
/>

Expand Down Expand Up @@ -294,7 +294,7 @@ Results may also be filtered by:
### Results

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-slowest-tests-graph.png"
src="/img/guides/cloud/analytics/dashboard-analytics-slowest-tests-graph.png"
alt="Cloud Analytics Slowest Tests Graph Screenshot"
/>

Expand All @@ -306,7 +306,7 @@ analysis. This can be done via the download icon to the right of the filters.
### Key Performance Indicators

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-slowest-tests-kpi.png"
src="/img/guides/cloud/analytics/dashboard-analytics-slowest-tests-kpi.png"
alt="Cloud Analytics Slowest Tests KPI Screenshot"
/>

Expand All @@ -316,7 +316,7 @@ The main key performance indicators tracked are:
- Total number of test cases

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-slowest-tests-table.png"
src="/img/guides/cloud/analytics/dashboard-analytics-slowest-tests-table.png"
alt="Cloud Analytics Slowest Tests Table Screenshot"
/>

Expand All @@ -328,6 +328,6 @@ This report shows the impact of the most common types of errors across the test
suite.

<DocsImage
src="/img/dashboard/analytics/dashboard-analytics-common-errors.png"
src="/img/guides/cloud/analytics/dashboard-analytics-common-errors.png"
alt="Cloud Analytics Slowest Tests Table Screenshot"
/>
11 changes: 7 additions & 4 deletions docs/guides/cloud/debugging/recorded-runs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ tests for each spec file based on the [reporter](/guides/tooling/reporters) you
have set. By default it is the `spec` reporter.

<DocsImage
src="/img/dashboard/standard-output-of-recorded-test-run.png"
src="/img/guides/cloud/runs/standard-output-of-recorded-test-run.png"
alt="standard output"
/>

Expand Down Expand Up @@ -314,7 +314,10 @@ canceled by members of the project.
[cypress run --record](/guides/guides/command-line#cypress-run) for the run
will exit with an error like below.

<DocsImage src="/img/dashboard/cancel-run-error.png" alt="cancel-run-error" />
<DocsImage
src="/img/guides/cloud/runs/cancel-run-error.png"
alt="cancel-run-error"
/>

:::tip

Expand All @@ -331,7 +334,7 @@ Cypress Cloud.

- In the cancellation or error message, click **Archive this run**.
<DocsImage
src="/img/dashboard/archive-run-within-cancelation-msg.png"
src="/img/guides/cloud/runs/archive-run-within-cancelation-msg.png"
alt="cancel-run-error"
/>

Expand All @@ -351,7 +354,7 @@ Cypress Cloud.
`https://cloud.cypress.io/projects/{project ID}/runs/{run number}`
- Click **<Icon name="history" /> Restore from archive**
<DocsImage
src="/img/dashboard/restore-from-archive.png"
src="/img/guides/cloud/runs/restore-from-archive.png"
alt="restore-from-archive"
/>

Expand Down
Loading