Skip to content
Open
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
7 changes: 7 additions & 0 deletions app/pages/docs/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ our
It includes a simple factory pattern, a command for creating and logging
in a user, and a few example tests.

## End-to-end testing with Playwright {#e2e-cypredd}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have a typo in the ID. Moreover, the ID doesn't really make sense if the framework used is Playwright anyway.

Suggested change
## End-to-end testing with Playwright {#e2e-cypredd}
## End-to-end testing with Playwright {#e2e-cypress}


[Playwright](https://playwright.dev/) is a E2E testing framework similar to Cypress. Which is able to run several tests in parallel.

You can find an [example with a Playwright setup](https://github.com/blitz-js/blitz/tree/canary/examples/playwright).
This example encompasses automated test database configuration, preserved login states for tests, and a selection of illustrative test cases.

<!--
## Isolated mutation/query testing {#query-testing}

Expand Down