“React tests have much less ceremony and are a bit easier to wrap your head around. And Test-Driven Development (TDD) with React captures the quick, fast iterations that make testing fun.”— Dave Ceddia, daveceddia.com
“We've got a new version of Newman, the Postman command line tool, and it is packed with features to make your API development easier than before! It is easier to work with, easier to configure, and above all, it is easier to integrate Newman with other systems.”— shamasis, blog.getpostman.com
“The snapshot artifact should be committed alongside code changes. We use pretty-format to make snapshots human-readable during code review. On subsequent test runs Jest will simply compare the rendered output with the previous snapshot. If they match, the test will pass. If they don't match, either…”— Christoph Pojer, facebook.github.io
“Testing React components seems simple at first. Then you need to test something that isn't a pure interaction and things seem to break down.”— Josh Dover, gist.github.com