This directory contains the end-to-end (E2E) testing setup for the project.
- create a new file in this directory with the
.spec.ts
extension - copy the paterns from the existing tests
To run the tests locally, you can use the following command:
pnpm playwright
These tests are run automatically on every pull request as part of the vercel build (after the build completes we check if the tests pass and then we deploy the changes to the preview environment).
Your PR will be blocked from deploying if these tests fail.
- Create the tests
- make sure they run locally
- push the changes to the repository and run
pnpm update-checkly
to update the checkly tests. (Requires checkly cli being signed in, meaning you need to have checkly access.)