Learn how to utilize property matchers in Jest Snapshot testing when the values in the object change, such as IDs or timestamps, to build resilient tests.
Tag: testing
Automated Smoke Testing with SSL
Smoke testing is the verification of functionality in a live system, be that development, test or production. Many of us are familiar with deploying an application, and clicking around to be sure nothing is obviously broken. Is the application running? Am I connecting to the database correctly? But there are many more holes that form as an application grows, and integration testing becomes critical to catching them.