How to Run Snapshot Tests in CI/CD with Playwright
Visual tests are a powerful tool, but they're hell to work with in CI/CD. They're slow, flaky, a pain to debug, and difficult to maintain.
Getting them going is no easy task. After all, you need some way to store the snapshots between runs, and you n...
mikestopcontinues.hashnode.dev7 min read