Motivation
We want to ensure that the template always looks the same in both dark and light mode, even when upgrading dependencies.
Tasks
To be split into multiple PRs:
- Set up Playwright
- Create a test that takes a screenshot and compares it (using
npm run preview, not dev)
- Add a CI action that runs the test on each PR