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
1 change: 1 addition & 0 deletions docs/faq/questions/cloud-faq.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Cypress Cloud
hide_table_of_contents: true
sidebar_position: 30
---

## <Icon name="angle-right" /> What is Cypress Cloud?
Expand Down
1 change: 1 addition & 0 deletions docs/faq/questions/company-faq.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Company
hide_table_of_contents: true
sidebar_position: 40
---

import TOCInline from '@theme/TOCInline'
Expand Down
1 change: 1 addition & 0 deletions docs/faq/questions/general-questions-faq.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: General Questions
hide_table_of_contents: true
sidebar_position: 20
---

import TOCInline from '@theme/TOCInline'
Expand Down
5 changes: 4 additions & 1 deletion docs/faq/questions/using-cypress-faq.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Using Cypress
hide_table_of_contents: true
sidebar_position: 10
---

import TOCInline from '@theme/TOCInline'
Expand Down Expand Up @@ -649,8 +650,9 @@ project and authenticate that your project is even _allowed_ to record tests.
You can find your project's record key inside of the _Settings_ tab.

<DocsImage
src="/img/dashboard/record-key-shown-in-desktop-gui-configuration.jpg"
src="/img/guides/cloud/projects/record-key-desktop-gui.jpg"
alt="Record Key in Configuration Tab"
width="80%"
/>

For further detail see the
Expand Down Expand Up @@ -687,6 +689,7 @@ email's functionality and visual style:
src="/img/guides/references/email-test.png"
title="The HTML email loaded during the test"
alt="The test finds and clicks the Confirm registration button"
width="80%"
/>

3. You can use a 3rd party email service that provides temporary email addresses
Expand Down