Skip to content

Commit

Permalink
docs: update test replay callouts (#5488)
Browse files Browse the repository at this point in the history
* update screenshots & give TR more focus

* add TR debug callout

* edit copy & icon shade
  • Loading branch information
jaffrepaul authored Sep 22, 2023
1 parent 0baeab7 commit e86da6c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
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.

0 comments on commit e86da6c

Please sign in to comment.