Skip to content
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
4 changes: 1 addition & 3 deletions docs/faq/questions/cloud-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,7 @@ Expect an even performance exchange with Test Replay vs. video. There is more ac

### <Icon name="angle-right" /> Is every aspect of my stack included in Test Replay?

Our aim is to create an impactful debugging experience that covers the most ground for users. However, if you have a need that would make Test Replay even more valuable, please [submit an issue](https://github.com/cypress-io/cypress/issues/new?assignees=&labels=&projects=&template=4-feature.yml).

We will continue to expand and can see a need to support (to name a few):
Our aim is to create an impactful debugging experience that covers the most ground for users. We will continue to expand and can see a need to support (to name a few):

- Web sockets
- Canvas elements
Expand Down
3 changes: 0 additions & 3 deletions docs/guides/cloud/debugging/recorded-runs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,6 @@ successes on the current branch.

### Artifacts

[Test Replay](/guides/cloud/debugging/test-replay) to view the
test as it executed in CI with full debug capability.

[Screenshots](/guides/guides/screenshots-and-videos#Screenshots),
[videos](/guides/guides/screenshots-and-videos#Videos) and CI logs generated by
this test. Both screenshots taken during failures and screenshots taken using
Expand Down
6 changes: 2 additions & 4 deletions docs/guides/cloud/debugging/test-replay.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ Test Replay complements the existing visual artifacts provided by Cypress Cloud.

&#8239<Icon name="check-circle" /> Test Replay is available to **all** Cypress Cloud plans at no additional cost, subject to usage limits.

Free plans allow up to 500 test results per month, while exceeding this limit requires upgrading the plan.

Please see our [Pricing page](https://www.cypress.io/pricing) for more details.
<CloudFreePlan />

:::

Expand Down Expand Up @@ -118,7 +116,7 @@ Toggle each test attempt, play back errors at a variety of speeds or scrub throu

## Opt-out of Test Replay

:::info
:::caution

Please refer to the [Cypress Cloud Terms of Use](https://cloud.cypress.io/terms-of-use) and our [Security & Compliance](https://www.cypress.io/security/) guide for specifics around reasonable use of Cypress Cloud, data storage and security at Cypress.

Expand Down
5 changes: 1 addition & 4 deletions docs/guides/cloud/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ sidebar_position: 20

## Create a Cypress Cloud account

To get started with Cypress Cloud,
[sign up here](https://cloud.cypress.io/signup) for our
[free plan](https://www.cypress.io/pricing) which comes with **3** users and
**500** monthly test results.
<CloudFreePlan />

Once complete, come back here for information on how to integrate your app with
Cypress Cloud.
Expand Down
4 changes: 4 additions & 0 deletions docs/partials/_cloud_free_plan.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
To get started with Cypress Cloud,
[sign up](https://cloud.cypress.io/signup) for our free plan.

Free plans allow **3** users and **500** monthly test results, while exceeding this limit requires upgrading the plan. Please see our [Pricing page](https://www.cypress.io/pricing) for more details.
2 changes: 2 additions & 0 deletions src/theme/MDXComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import WarningPluginsFile from "@site/docs/partials/_warning-plugins-file.mdx";
import WarningSetupNodeEvents from "@site/docs/partials/_warning-setup-node-events.mdx";
import VideoRecordingSupportedBrowsers from "@site/docs/partials/_video-recording-supported-browsers.mdx"
import Logo from "@site/src/components/logo";
import CloudFreePlan from "@site/docs/partials/_cloud_free_plan.mdx";

// Font Awesome
import { library } from '@fortawesome/fontawesome-svg-core'
Expand Down Expand Up @@ -138,4 +139,5 @@ export default {
WarningSetupNodeEvents,
VideoRecordingSupportedBrowsers,
Logo,
CloudFreePlan
}