Talk in English - US at September Meetup - PHP Limburg
View Slides: https://speakerdeck.com/freekmurze/snapshot-testing-phplimburg
Short URL: https://joind.in/talk/5d2fe
(QR-Code (opens in new window))
The basic idea of snapshot testing is that you compare the output of your code against a file that’s written on disk. That file is called a snapshot. If the output of your test matches up with the contents of that snapshot, it succeeds, otherwise, it fails. It’s a simple as that.
In this talk we’ll demo how you can add snapshot testing methods to PHPUnit and review a practical example on how to use them.
Comments
Comments are closed.
Live demo with real world examples. Up to now I had not heard of spanshot-testing. Nice to see it applied and to have broadend my horizon.
You did a great job condensing the topic to fit a lightning talk format without losing any of the essence. The tool looks great too and I look forward to an opportunity to use it!