Ask HN: How to view UI changes before & after a pull request?
1–10 of 15 posts
Re: Ask HN: How to view UI changes before & after a pull request?
#2I'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
Re: Ask HN: How to view UI changes before & after a pull request?
#3I've heard this called "snapshot testing" 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
Re: Ask HN: How to view UI changes before & after a pull request?
#4Re: Ask HN: How to view UI changes before & after a pull request?
#5Re: Ask HN: How to view UI changes before & after a pull request?
#6Re: Ask HN: How to view UI changes before & after a pull request?
#7I've heard this called "snapshot testing" 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
Re: Ask HN: How to view UI changes before & after a pull request?
#8I upload a before and after picture or a video to the ticket, and then link it in the PR description, so design or product can comment before developers.
Re: Ask HN: How to view UI changes before & after a pull request?
#9I've heard this called "snapshot testing" 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