Skip to content

Commit

Permalink
Add instructions for snapshot testing to local-development.md (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag authored Dec 5, 2024
1 parent f46c027 commit 0fe3946
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ yarn storybook
Any changes in the component will be picked up by the Storybook server.
#### Snapshot Testing
We use snapshot testing to detect regressions. These require upkeep since snapshots can become outdated by upstream test changes in aria-at. It is a good practice to routinely run `yarn update-snapshots` on your working branch.
### Accessibility testing
#### Manual accessibilty testing
Expand Down

0 comments on commit 0fe3946

Please sign in to comment.