Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Jan 12, 2024
1 parent 9e91df2 commit f755a3d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions e2e/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# E2E Tests

## Accessibility

TBD

## Screenshot Testing

Screenshot testing uses [playwright](https://playwright.dev/) and [component testing](https://playwright.dev/docs/test-components) to capture screenshots of components in different states for both light and dark themes.

To update existing snapshots run:

```sh
npm run screenshots --update-screenshots
```

To run tests run:

```sh
yarn screenshots
```

0 comments on commit f755a3d

Please sign in to comment.