This template sets up end to end testing using playwright
End to end tests are located in the directory tests
because they are usually not tied to a specific component, but to your application as a whole.
playwright.config.ts
- this is the file which sets up your configuration for the playwright test runner based on the instructions outlined here
Here are some resources for using playwright!