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

docs: update test replay callouts #5488

Merged
merged 3 commits into from
Sep 22, 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
2 changes: 2 additions & 0 deletions docs/guides/cloud/integrations/source-control/bitbucket.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ failed or were flaky.

You can manage this behavior on your project's **Project Settings** page.

<TestReplayInfo />

## Uninstalling the Bitbucket integration

You can remove this integration by visiting the **Integrations → Bitbucket**
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/cloud/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Introduction
[Cypress Cloud](https://on.cypress.io/cloud) is our enterprise-ready companion
to the open-source Cypress app, allowing you to:

- [View past test results](#View-past-test-results) from your CI environment.
- [View and debug past test results](#View-and-debug-past-test-results) from your CI environment.
- [Analyze and diagnose](#Analyze-and-diagnose-test-health) test health.
- [Reduce test time and save money](#Reduce-test-time--CI-costs) by smartly
orchestrating future runs across multiple machines.
Expand All @@ -22,12 +22,12 @@ read on for more benefits of Cypress Cloud.

## Benefits

### View past test results
### View and debug past test results

Each test run is stored in Cypress Cloud, where you can see past results and the
current state of your app on the [Latest Runs](/guides/cloud/debugging/recorded-runs) page.

Replay the test as it executed during the recorded run with full debug capability using [Test Replay](/guides/cloud/debugging/test-replay).
Replay the test as it executed during the recorded run with full debug capability using [<Logo src="/img/guides/cloud/test-replay/replay-icon.svg" /> Test Replay](/guides/cloud/debugging/test-replay).

Or view each test's
[command logs, screenshots, video replays, stack traces, and CI logs](/guides/cloud/debugging/recorded-runs#Test-detail-sidebar).
Expand Down
13 changes: 6 additions & 7 deletions docs/guides/core-concepts/writing-and-organizing-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,19 +242,18 @@ module API option, if specified)
#### Assets in Cypress Cloud

<DocsImage
src="/img/dashboard/videos-of-recorded-test-run.png"
alt="Video of test runs"
src="/img/guides/cloud/test-replay/test-replay-ui.png"
alt="View of Test Replay"
/>

Instead of administering assets yourself, you can
[save them to the cloud with Cypress Cloud](/guides/cloud/debugging/recorded-runs#Run-Details).
Screenshots and videos are stored permanently, attached to their respective test
results, and easily shared or browsed through our web interface.

To learn more about videos and settings available, see
[Screenshots and Videos](/guides/guides/screenshots-and-videos#Screenshots).
Replay the test as it executed during the recorded run with full debug capability using [<Logo src="/img/guides/cloud/test-replay/replay-icon.svg" /> Test Replay](/guides/cloud/debugging/test-replay).

<TestReplayInfo />
Screenshots and videos are stored permanently, attached to their respective test
results, and easily shared or browsed through our web interface. To learn more about videos and settings available, see
[Screenshots and Videos](/guides/guides/screenshots-and-videos#Screenshots).

### Plugins file

Expand Down
6 changes: 5 additions & 1 deletion static/img/guides/cloud/test-replay/replay-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.