|
|
|
Ask HN: How to view UI changes before & after a pull request?
|
|
13 points
by seestraw
1518 days ago
|
|
I've been a backend developer for a while. My team has been sending me frontend PRs lately. I find it hard to see visual changes before and after a PR request. This is for UI changes, not for logic changes. Is there any tool that can make this smoother? |
|
I've used Chromatic before and really enjoyed it: https://www.chromatic.com/features/test
Jest also offers the core functionality if you want to roll your own tests: https://jestjs.io/docs/snapshot-testing