Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniebigodes committed Aug 21, 2024
1 parent 862041c commit 45132b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/snapshotOptions/ignoring-elements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const Default: Story = {

<ParamsCallout name="disableSnapshot" integration="storybook" />

### With E2E
### With Playwright and Cypress

By default, Chromatic's Playwright and Cypress integrations run tests and captures a snapshot at the end of each E2E test; either it passes or fails. However, if you've enabled targeted snapshots with [Playwright](/docs/playwright/targeted-snapshots) or [Cypress](/docs/cypress/targeted-snapshots) to pinpoint visual changes when the test reaches a specific point, you can opt out of the automated snapshotting process by enabling the `disableAutoSnapshot` configuration option. This is useful when capturing snapshots at specific points in your test, such as when a particular element is visible or when a specific action is performed.

Expand Down

0 comments on commit 45132b5

Please sign in to comment.