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

Update some alert colors to match design system #5990

Merged
merged 2 commits into from
Nov 8, 2024
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: 1 addition & 1 deletion docs/app/component-testing/angular/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Examples

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to mount an Angular component
- How to pass data to an Angular component
Expand Down
2 changes: 1 addition & 1 deletion docs/app/component-testing/angular/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Overview

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up component tests in Angular
- How to configure Cypress for Angular projects
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_label: Configuration

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to configure Cypress for component testing
- How to use a custom index file
Expand Down
2 changes: 1 addition & 1 deletion docs/app/component-testing/custom-frameworks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 100

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to customize Cypress to support your favorite framework
- How to create a custom Framwork Definition and Mount Adapter for your framework
Expand Down
2 changes: 1 addition & 1 deletion docs/app/component-testing/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_label: Get Started

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up Component Testing for React, Angular, Vue, or Svelte
- How to write your first component test
Expand Down
2 changes: 1 addition & 1 deletion docs/app/component-testing/react/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Examples

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to mount a React component
- How to pass data to a React component
Expand Down
2 changes: 1 addition & 1 deletion docs/app/component-testing/react/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Overview

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up component tests in React
- How to use Cypress with different React frameworks and bundlers
Expand Down
2 changes: 1 addition & 1 deletion docs/app/component-testing/styling-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 20

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- Why you should test your component's styles
- How to render components correctly with their CSS styles
Expand Down
2 changes: 1 addition & 1 deletion docs/app/component-testing/svelte/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Examples

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to mount a Svelte component
- How to pass props to a Svelte component
Expand Down
2 changes: 1 addition & 1 deletion docs/app/component-testing/svelte/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Overview

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up component tests in Svelte
- How to configure Cypress for Svelte projects
Expand Down
2 changes: 1 addition & 1 deletion docs/app/component-testing/vue/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Examples

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to mount Vue components in Cypress
- How to pass props and events to components
Expand Down
2 changes: 1 addition & 1 deletion docs/app/component-testing/vue/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Overview

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up component tests in Vue
- How to configure Cypress for Vue projects
Expand Down
2 changes: 1 addition & 1 deletion docs/app/continuous-integration/aws-codebuild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: AWS CodeBuild

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up Cypress tests in AWS CodeBuild
- How to cache dependencies and build artifacts
Expand Down
2 changes: 1 addition & 1 deletion docs/app/continuous-integration/bitbucket-pipelines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Bitbucket Pipelines

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up Bitbucket Pipelines to run Cypress tests
- How to cache dependencies and build artifacts
Expand Down
2 changes: 1 addition & 1 deletion docs/app/continuous-integration/circleci.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: CircleCI

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up CircleCI to run Cypress tests with the Cypress Orb
- How to cache dependencies and build artifacts
Expand Down
2 changes: 1 addition & 1 deletion docs/app/continuous-integration/github-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: GitHub Actions

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up Cypress tests in GitHub Actions
- How to cache dependencies and build artifacts
Expand Down
2 changes: 1 addition & 1 deletion docs/app/continuous-integration/gitlab-ci.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: GitLab CI

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up GitLab CI/CD to run Cypress tests
- How to cache dependencies and build artifacts
Expand Down
2 changes: 1 addition & 1 deletion docs/app/continuous-integration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 10

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up Cypress in Continuous Integration (CI)
- How to run Cypress in CI, record tests, and run tests in parallel
Expand Down
2 changes: 1 addition & 1 deletion docs/app/core-concepts/best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 80

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- Best practices on how to organize tests, log in, and control state
- Strategies for selecting elements and assigning return values
Expand Down
2 changes: 1 addition & 1 deletion docs/app/core-concepts/interacting-with-elements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 35

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How Cypress determines if an element is actionable
- How to debug when elements are not actionable
Expand Down
2 changes: 1 addition & 1 deletion docs/app/core-concepts/introduction-to-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ it.

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- The rules Cypress follows so you can productively test your application
- How to query elements in Cypress
Expand Down
2 changes: 1 addition & 1 deletion docs/app/core-concepts/open-mode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 60

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- The different sections of the Cypress app in open mode
- The information surfaced in the app's Command Log
Expand Down
2 changes: 1 addition & 1 deletion docs/app/core-concepts/retry-ability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 50

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- The difference between commands, queries, and assertions in Cypress
- How Cypress retries multiple assertions
Expand Down
2 changes: 1 addition & 1 deletion docs/app/core-concepts/test-isolation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 45

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How Cypress ensures test isolation
- How to configure test isolation in end-to-end and component testing
Expand Down
2 changes: 1 addition & 1 deletion docs/app/core-concepts/testing-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 20

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- The differences between end-to-end and component tests
- The benefits and considerations for each type of test
Expand Down
2 changes: 1 addition & 1 deletion docs/app/core-concepts/variables-and-aliases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 40

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- Common patterns for handling asynchronous code in Cypress
- When to assign variables and when not to
Expand Down
2 changes: 1 addition & 1 deletion docs/app/core-concepts/writing-and-organizing-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 30

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to organize your tests in Cypress and the types of supported files
- How to write tests in Cypress including hooks, exclusions, and configurations
Expand Down
2 changes: 1 addition & 1 deletion docs/app/end-to-end-testing/testing-your-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: /app/end-to-end-testing/testing-your-app

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to start your server and test your application with Cypress
- How to configure Cypress
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: /app/end-to-end-testing/writing-your-first-end-to-end-test

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to write your first end-to-end test in Cypress using an example app
- How to use Cypress commands to interact with elements on a page
Expand Down
2 changes: 1 addition & 1 deletion docs/app/get-started/install-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 30

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to install Cypress using npm, yarn, or pnpm
- System requirements for Cypress
Expand Down
2 changes: 1 addition & 1 deletion docs/app/get-started/open-the-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 40

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to open the Cypress app
- How to add npm scripts for opening Cypress
Expand Down
5 changes: 3 additions & 2 deletions docs/app/get-started/why-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ sidebar_position: 10

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#0097A8" /> What you'll learn

- The solutions Cypress provides for testing
- The features of Cypress App, Cypress Cloud, UI Coverage, and Cypress Accessibility
- Our mission and what we believe in
- Key differences between Cypress and other testing tools
:::

:::

## In a nutshell

Expand Down
2 changes: 1 addition & 1 deletion docs/app/guides/accessibility-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Accessibility Testing

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- Strategies for ensuring your application works for users with disabilities
- What accessibility scans are available via plugins vs [Cypress Accessibility](/accessibility/get-started/introduction)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: 'Implement Amazon Cognito authentication in Cypress. Securely manag

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to implement Amazon Cognito authentication in Cypress
- How to securely manage authentication processes for Cypress end-to-end testing scenarios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: 'Seamlessly implement Auth0 authentication with Cypress. Integrate

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to authenticate with Auth0 in Cypress tests
- How to adapt an Auth0 app for testing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Azure Active Directory Authentication

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up Cypress to test against an Azure Active Directory web app
- How to authenticate with Azure Active Directory using `cy.origin()`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: 'Google Authentication: Cypress Guide. Secure testing with seamless

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to set up Cypress to test authentication with Google
- How to set Google app credentials in Cypress
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: 'Implement Okta authentication in Cypress end-to-end testing. Ensur

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to test Okta authentication in Cypress
- How to set Okta redentials in Cypress
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Social Authentication

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to authenticate with Auth0 for Tenant with `cy.origin()`
- How to use `cy.session()` to cache authenticated users
Expand Down
2 changes: 1 addition & 1 deletion docs/app/guides/conditional-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Conditional Testing

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- Why conditional testing is difficult
- How to overcome the problems with conditional testing
Expand Down
2 changes: 1 addition & 1 deletion docs/app/guides/cross-browser-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Cross Browser Testing

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to run tests across multiple browsers
- Strategies for incorporating cross-browser testing into your CI process
Expand Down
2 changes: 1 addition & 1 deletion docs/app/guides/cross-origin-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ e2eSpecific: true

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- What strategies Cypress uses to work around same-origin policy
- Limitations and workarounds with cross-origin content
Expand Down
2 changes: 1 addition & 1 deletion docs/app/guides/cypress-studio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ e2eSpecific: true

:::info

##### <Icon name="question-circle" color="#42a1c0" /> What you'll learn
##### <Icon name="question-circle" color="#4BBFD2" /> What you'll learn

- How to use Cypress Studio by recording interactions and generate tests
- How to add new tests and extend existing tests with Cypress Studio
Expand Down
Loading